com.openexchange.admin.rmi.exceptions
Class NoSuchUserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.openexchange.admin.rmi.exceptions.NoSuchUserException
- All Implemented Interfaces:
- Serializable
public class NoSuchUserException
- extends Exception
Is thrown if a user doesn't exist in an operation
- Author:
- d7
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoSuchUserException
public NoSuchUserException()
NoSuchUserException
public NoSuchUserException(String message)
- Parameters:
message
-
NoSuchUserException
public NoSuchUserException(Throwable cause)
- Parameters:
cause
-
NoSuchUserException
public NoSuchUserException(String message,
Throwable cause)
- Parameters:
message
- cause
-