org.xmlecho.palomar.security
Class SecurityServiceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.xmlecho.palomar.ECHOException
              extended byorg.xmlecho.palomar.security.SecurityServiceException
All Implemented Interfaces:
java.io.Serializable

public class SecurityServiceException
extends ECHOException

May be used to wrap other Exceptions

See Also:
Serialized Form

Constructor Summary
SecurityServiceException()
           
SecurityServiceException(java.lang.Exception why)
          Construct a new SecurityException wrapped over another Exception
SecurityServiceException(java.lang.String msg)
          Construct a new SecurityException with the given message string
SecurityServiceException(java.lang.String msg, java.lang.Exception why)
          Construct a new SecurityException wrapped over another Exception and a message
 
Methods inherited from class org.xmlecho.palomar.ECHOException
getException
 
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

SecurityServiceException

public SecurityServiceException()

SecurityServiceException

public SecurityServiceException(java.lang.String msg)
Construct a new SecurityException with the given message string


SecurityServiceException

public SecurityServiceException(java.lang.String msg,
                                java.lang.Exception why)
Construct a new SecurityException wrapped over another Exception and a message


SecurityServiceException

public SecurityServiceException(java.lang.Exception why)
Construct a new SecurityException wrapped over another Exception