public class UnexpectedErrorException extends RuntimeException
| Constructor and Description |
|---|
UnexpectedErrorException()
Creates a new instance of
UnexpectedErrorException without
detail message. |
UnexpectedErrorException(Exception exception)
Constructs an instance of
UnexpectedErrorException which
wraps the specified exception. |
UnexpectedErrorException(String msg)
Constructs an instance of
UnexpectedErrorException with the
specified detail message. |
UnexpectedErrorException(String msg,
Exception exception)
Constructs an instance of
UnexpectedErrorException with the
specified message which also wraps the specified exception. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnexpectedErrorException()
UnexpectedErrorException without
detail message.public UnexpectedErrorException(String msg)
UnexpectedErrorException with the
specified detail message.msg - The detail message.public UnexpectedErrorException(Exception exception)
UnexpectedErrorException which
wraps the specified exception.exception - The exception to wrap.Copyright © 2020 Jens Pelzetter. All rights reserved.