com.retek.rsm.domain.security.service
Class InvalidEncodedSignatureException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.retek.platform.exception.RetekBusinessException
              extended bycom.retek.rsm.domain.security.service.InvalidEncodedSignatureException
All Implemented Interfaces:
java.io.Serializable

public class InvalidEncodedSignatureException
extends com.retek.platform.exception.RetekBusinessException

See Also:
Serialized Form

Constructor Summary
InvalidEncodedSignatureException(java.lang.String messageKey)
           
 
Methods inherited from class com.retek.platform.exception.RetekBusinessException
addAllBusinessProblems, addBusinessProblem, getBusinessProblems, getMessage, getProblems, getRootCause, hasProblems, removeBusinessProblem, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidEncodedSignatureException

public InvalidEncodedSignatureException(java.lang.String messageKey)