public class JSAPException extends Exception
Flagged
,
Option
,
Serialized FormConstructor and Description |
---|
JSAPException()
Creates a new JSAPException.
|
JSAPException(String msg)
Creates a new JSAPException with the specified message.
|
JSAPException(String msg,
Throwable cause)
Creates a new JSAPException with the specified message encapsulating
the specified Throwable.
|
JSAPException(Throwable cause)
Creates a new JSAPException encapsulating the specified Throwable.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public JSAPException()
public JSAPException(String msg)
msg
- the message for this JSAPException.public JSAPException(Throwable cause)
cause
- the Throwable to encapsulate.Copyright © 2016. All rights reserved.