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 SDKExceptions thrown during serialization.

See Also:
Serialized Form

Constructor Summary
SDKException.Serialization(SDKException cause)
           
 
Method Summary
 java.lang.Throwable getCause()
          Returns 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)
Method Detail

getCause

public java.lang.Throwable getCause()

Returns 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