com.caucho.ejb
Class NoSuchObjectExceptionWrapper

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.rmi.RemoteException
                  extended by java.rmi.NoSuchObjectException
                      extended by com.caucho.ejb.NoSuchObjectExceptionWrapper
All Implemented Interfaces:
java.io.Serializable

public class NoSuchObjectExceptionWrapper
extends java.rmi.NoSuchObjectException

Wraps the actual exception with an EJB exception

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
NoSuchObjectExceptionWrapper()
          Null constructors for Serializable
NoSuchObjectExceptionWrapper(java.lang.String msg)
          NoSuchObject a basic NoSuchObjectExceptionWrapper with a message.
NoSuchObjectExceptionWrapper(java.lang.Throwable rootCause)
          NoSuchObject a NoSuchObjectExceptionWrapper wrapping a root exception.
 
Method Summary
 
Methods inherited from class java.rmi.RemoteException
getCause, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, 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

NoSuchObjectExceptionWrapper

public NoSuchObjectExceptionWrapper()
Null constructors for Serializable


NoSuchObjectExceptionWrapper

public NoSuchObjectExceptionWrapper(java.lang.String msg)
NoSuchObject a basic NoSuchObjectExceptionWrapper with a message.

Parameters:
msg - the exception message.

NoSuchObjectExceptionWrapper

public NoSuchObjectExceptionWrapper(java.lang.Throwable rootCause)
NoSuchObject a NoSuchObjectExceptionWrapper wrapping a root exception.

Parameters:
rootCause - the underlying wrapped exception.