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

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
                  extended by com.crystaldecisions.sdk.occa.report.lib.ReportSDKMultipleParentsException
All Implemented Interfaces:
java.io.Serializable

public class ReportSDKMultipleParentsException
extends ReportSDKRuntimeException

See Also:
Serialized Form

Constructor Summary
ReportSDKMultipleParentsException()
           
ReportSDKMultipleParentsException(ReportSDKException cause)
           
ReportSDKMultipleParentsException(java.lang.String message)
           
ReportSDKMultipleParentsException(java.lang.String message, java.lang.Throwable cause)
           
ReportSDKMultipleParentsException(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

ReportSDKMultipleParentsException

public ReportSDKMultipleParentsException()

ReportSDKMultipleParentsException

public ReportSDKMultipleParentsException(java.lang.String message)

ReportSDKMultipleParentsException

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

ReportSDKMultipleParentsException

public ReportSDKMultipleParentsException(java.lang.Throwable cause)

ReportSDKMultipleParentsException

public ReportSDKMultipleParentsException(ReportSDKException cause)