com.retek.rsm.app.security.service
Class RetekSecurityException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.retek.platform.exception.RetekSystemException
                  extended bycom.retek.rsm.app.security.service.RetekSecurityException
All Implemented Interfaces:
java.io.Serializable

public class RetekSecurityException
extends com.retek.platform.exception.RetekSystemException

See Also:
Serialized Form

Constructor Summary
RetekSecurityException(java.lang.String message)
           
RetekSecurityException(java.lang.String message, java.lang.Throwable throwable)
           
 
Methods inherited from class com.retek.platform.exception.RetekSystemException
getExceptionId, getMessage, getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

RetekSecurityException

public RetekSecurityException(java.lang.String message)

RetekSecurityException

public RetekSecurityException(java.lang.String message,
                              java.lang.Throwable throwable)