com.openexchange.admin.rmi.exceptions
Class NoSuchObjectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.openexchange.admin.rmi.exceptions.NoSuchObjectException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchObjectException
extends java.lang.Exception

Super class for all exceptions thrown if some object is not found.

Author:
Marcus Klein
See Also:
Serialized Form

Constructor Summary
NoSuchObjectException()
           
NoSuchObjectException(java.lang.String message)
           
NoSuchObjectException(java.lang.String message, java.lang.Throwable cause)
           
NoSuchObjectException(java.lang.Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchObjectException

public NoSuchObjectException()

NoSuchObjectException

public NoSuchObjectException(java.lang.String message)

NoSuchObjectException

public NoSuchObjectException(java.lang.Throwable cause)

NoSuchObjectException

public NoSuchObjectException(java.lang.String message,
                             java.lang.Throwable cause)