edu.uoc.tfc.service.security
Class SecurityServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.uoc.tfc.service.security.SecurityServiceException
All Implemented Interfaces:
java.io.Serializable

public class SecurityServiceException
extends java.lang.RuntimeException

The default exception thrown for unexpected errors occurring within SecurityService.

See Also:
Serialized Form

Constructor Summary
SecurityServiceException()
          The default constructor for SecurityServiceException.
SecurityServiceException(java.lang.String message)
          Constructs a new instance of SecurityServiceException.
SecurityServiceException(java.lang.String message, java.lang.Throwable throwable)
          Constructs a new instance of SecurityServiceException.
SecurityServiceException(java.lang.Throwable throwable)
          Constructs a new instance of SecurityServiceException.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SecurityServiceException

public SecurityServiceException()
The default constructor for SecurityServiceException.


SecurityServiceException

public SecurityServiceException(java.lang.Throwable throwable)
Constructs a new instance of SecurityServiceException.

Parameters:
throwable - the parent Throwable

SecurityServiceException

public SecurityServiceException(java.lang.String message)
Constructs a new instance of SecurityServiceException.

Parameters:
message - the throwable message.

SecurityServiceException

public SecurityServiceException(java.lang.String message,
                                java.lang.Throwable throwable)
Constructs a new instance of SecurityServiceException.

Parameters:
message - the throwable message.
throwable - the parent of this Throwable.