org.eclipse.emf.cdo.client
Class UnwrappedObjectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eclipse.net4j.util.Net4jException
                  extended by org.eclipse.net4j.core.CustomProtocolException
                      extended by org.eclipse.emf.cdo.core.CDOException
                          extended by org.eclipse.emf.cdo.client.UnwrappedObjectException
All Implemented Interfaces:
java.io.Serializable

public class UnwrappedObjectException
extends CDOException

The UnwrappedObjectException class.

See Also:
Serialized Form

Constructor Summary
UnwrappedObjectException()
          Creates an instance of this class.
UnwrappedObjectException(java.lang.String message)
          Creates an instance of this class.
UnwrappedObjectException(java.lang.String message, java.lang.Throwable cause)
          Creates an instance of this class.
UnwrappedObjectException(java.lang.Throwable cause)
          Creates an instance of this class.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnwrappedObjectException

public UnwrappedObjectException()
Creates an instance of this class.


UnwrappedObjectException

public UnwrappedObjectException(java.lang.String message)
Creates an instance of this class.

Parameters:
message -

UnwrappedObjectException

public UnwrappedObjectException(java.lang.Throwable cause)
Creates an instance of this class.

Parameters:
cause -

UnwrappedObjectException

public UnwrappedObjectException(java.lang.String message,
                                java.lang.Throwable cause)
Creates an instance of this class.

Parameters:
message -
cause -

Copyright (c) 2004, 2005, 2006 Eike Stepper, Germany.
All Rights Reserved.