com.crystaldecisions.sdk.occa.report.lib
Class ReportSDKRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.crystaldecisions.sdk.occa.report.lib.ReportSDKRuntimeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ReportSDKMultipleParentsException

public class ReportSDKRuntimeException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
ReportSDKRuntimeException()
           
ReportSDKRuntimeException(ReportSDKException cause)
           
ReportSDKRuntimeException(java.lang.String message)
           
ReportSDKRuntimeException(java.lang.String message, java.lang.Throwable cause)
           
ReportSDKRuntimeException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReportSDKRuntimeException

public ReportSDKRuntimeException()

ReportSDKRuntimeException

public ReportSDKRuntimeException(java.lang.String message)

ReportSDKRuntimeException

public ReportSDKRuntimeException(java.lang.String message,
                                 java.lang.Throwable cause)

ReportSDKRuntimeException

public ReportSDKRuntimeException(java.lang.Throwable cause)

ReportSDKRuntimeException

public ReportSDKRuntimeException(ReportSDKException cause)