com.openexchange.admin.rmi.exceptions
Class NoSuchPublicationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.openexchange.admin.rmi.exceptions.NoSuchPublicationException
- All Implemented Interfaces:
- java.io.Serializable
public class NoSuchPublicationException
- extends java.lang.Exception
Is thrown if a publication doesn't exist in an operation
- Author:
- Felix Marx
- 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 |
NoSuchPublicationException
public NoSuchPublicationException()
NoSuchPublicationException
public NoSuchPublicationException(java.lang.String message)
- Parameters:
message
-
NoSuchPublicationException
public NoSuchPublicationException(java.lang.Throwable cause)
- Parameters:
cause
-
NoSuchPublicationException
public NoSuchPublicationException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message
- cause
-