public class PEBKACException extends UnsupportedOperationException
Constructor and Description |
---|
PEBKACException()
Constructs a new
PEBKACException . |
PEBKACException(String msg)
Constructs a new
PEBKACException with the given message. |
PEBKACException(String msg,
Throwable cause)
Constructs a new
PEBKACException with the given message and
cause. |
PEBKACException(Throwable cause)
Constructs a new
PEBKACException with the given cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PEBKACException()
PEBKACException
.public PEBKACException(String msg)
PEBKACException
with the given message.msg
- The exception messagepublic PEBKACException(String msg, Throwable cause)
PEBKACException
with the given message and
cause.msg
- The exception messagecause
- The cause of the exceptionpublic PEBKACException(Throwable cause)
PEBKACException
with the given cause.cause
- The cause of the exception