scs.core.exception
Class InvalidServantException
java.lang.Object
java.lang.Throwable
java.lang.Exception
scs.core.exception.SCSException
scs.core.exception.InvalidServantException
- All Implemented Interfaces:
- Serializable
public class InvalidServantException
- extends SCSException
This exception signalizes that an invalid servant has been received as a
parameter.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidServantException
public InvalidServantException(String message)
InvalidServantException
public InvalidServantException(UserException cause)
- Constructor that accepts an UserException as a cause.
- Parameters:
cause
- The UserException object.
InvalidServantException
public InvalidServantException(Throwable cause)
- Constructor that accepts a Throwable as a cause.
- Parameters:
cause
- The Throwable object.
Copyright © 2014. All Rights Reserved.