org.globus.wsrf.encoding
Class DeserializationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.globus.common.ChainedException
              extended byorg.globus.wsrf.encoding.DeserializationException
All Implemented Interfaces:
java.io.Serializable

public class DeserializationException
extends org.globus.common.ChainedException

This exception is raised if the deserialization to an object failed.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.globus.common.ChainedException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
DeserializationException()
          Creates a DeserializationException without error message.
DeserializationException(java.lang.String message)
          Creates a DeserializationException with a given error message.
DeserializationException(java.lang.String message, java.lang.Throwable exception)
          Creates a DeserializationException with a given error message and nested exception.
DeserializationException(java.lang.Throwable exception)
          Creates a DeserializationException from a nested exception.
 
Methods inherited from class org.globus.common.ChainedException
getException, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeserializationException

public DeserializationException()
Creates a DeserializationException without error message.


DeserializationException

public DeserializationException(java.lang.String message)
Creates a DeserializationException with a given error message.

Parameters:
message - error message

DeserializationException

public DeserializationException(java.lang.String message,
                                java.lang.Throwable exception)
Creates a DeserializationException with a given error message and nested exception.

Parameters:
message - error message
exception - nested exception/

DeserializationException

public DeserializationException(java.lang.Throwable exception)
Creates a DeserializationException from a nested exception.

Parameters:
exception - nested exception