org.eclipse.ecf.sync
Class SerializationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.core.runtime.CoreException
              extended by org.eclipse.ecf.core.util.ECFException
                  extended by org.eclipse.ecf.sync.SerializationException
All Implemented Interfaces:
java.io.Serializable

public class SerializationException
extends ECFException

Exception for serialization problems.

Since:
2.1
See Also:
Serialized Form

Constructor Summary
SerializationException(org.eclipse.core.runtime.IStatus status)
           
SerializationException(java.lang.String message)
           
SerializationException(java.lang.String message, java.lang.Throwable cause)
           
SerializationException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.eclipse.core.runtime.CoreException
getCause, getStatus, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SerializationException

public SerializationException(java.lang.String message)
Parameters:
message - message associated with exception

SerializationException

public SerializationException(java.lang.Throwable cause)
Parameters:
cause - the cause of the new exception

SerializationException

public SerializationException(java.lang.String message,
                              java.lang.Throwable cause)
Parameters:
message -
cause -

SerializationException

public SerializationException(org.eclipse.core.runtime.IStatus status)
Parameters:
status - the status for th