public class SecurityTokenException extends Exception
Constructor and Description |
---|
SecurityTokenException()
Create an
SecurityTokenException with no message. |
SecurityTokenException(String s)
Create an
SecurityTokenException with a message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SecurityTokenException()
SecurityTokenException
with no message.public SecurityTokenException(String s)
SecurityTokenException
with a message.
: *s
- message for the exceptionCopyright © 2010-2018, ForgeRock All Rights Reserved.