scs.core.exception
Class InvalidServantException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by scs.core.exception.SCSException
              extended by 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

Constructor Summary
InvalidServantException(String message)
           
InvalidServantException(Throwable cause)
          Constructor that accepts a Throwable as a cause.
InvalidServantException(UserException cause)
          Constructor that accepts an UserException as a 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.