com.crystaldecisions.sdk.exception
Class SDKException.Serialization
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.io.ObjectStreamException
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
|
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 |
SDKException.Serialization
public SDKException.Serialization(SDKException cause)
SDKException.Serialization
public SDKException.Serialization(OCAFrameworkException cause)
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