com.openexchange.admin.rmi.exceptions
Class NoSuchObjectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
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 |
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)