public class InvalidUserException extends PKCS7Exception
m_exception| Constructor and Description |
|---|
InvalidUserException()
Constructs a
InvalidUserException with no detail message. |
InvalidUserException(java.lang.String s)
Constructs a
InvalidUserException with the specified detail
message. |
InvalidUserException(java.lang.String s,
java.lang.Exception inner)
Constructs a
InvalidUserException with the specified detail
message that wraps an exception thrown inside the PKCS#7 processing
code. |
getCause, getInnerExceptionpublic InvalidUserException()
InvalidUserException with no detail message.public InvalidUserException(java.lang.String s)
InvalidUserException with the specified detail
message.s - the detail messagepublic InvalidUserException(java.lang.String s,
java.lang.Exception inner)
InvalidUserException with the specified detail
message that wraps an exception thrown inside the PKCS#7 processing
code.s - the detail messageinner - the exception thrown by the inner code