com.crystaldecisions.sdk.exception
Class SDKException.Serialization

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.io.ObjectStreamException
                  extended by com.crystaldecisions.sdk.exception.SDKException.Serialization
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
SDKException

public static class SDKException.Serialization
extends java.io.ObjectStreamException

This is a wrapper for exceptions thrown during serialization.

See Also:
Serialized Form

Constructor Summary
SDKException.Serialization(OCAFrameworkException cause)
           
SDKException.Serialization(SDKException cause)
           
 
Method Summary
 java.lang.Throwable getCause()
          Return the exception that caused this one to be thrown
 java.lang.String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SDKException.Serialization

public SDKException.Serialization(SDKException cause)

SDKException.Serialization

public SDKException.Serialization(OCAFrameworkException cause)
Method Detail

getCause

public java.lang.Throwable getCause()
Return the exception that caused this one to be thrown

Overrides:
getCause in class java.lang.Throwable

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable