public class BadJWSException extends BadJOSEException
Constructor and Description |
---|
BadJWSException(String message)
Creates a new bad JWS exception.
|
BadJWSException(String message,
Throwable cause)
Creates a new bad JWS exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BadJWSException(String message)
message
- The exception message.public BadJWSException(String message, Throwable cause)
message
- The exception message.cause
- The exception cause.Copyright © 2015 Connect2id Ltd.. All Rights Reserved.