public class AtbashException extends RuntimeException
| Constructor and Description |
|---|
AtbashException()
Creates a new AtbashException.
|
AtbashException(String message)
Constructs a new AtbashException with a reason message.
|
AtbashException(String message,
Throwable cause)
Constructs a new AtbashException with a reason message and keeping the original Throwable.
|
AtbashException(Throwable cause)
Constructs a new AtbashException keeping the original Throwable.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AtbashException()
public AtbashException(String message)
message - the reason for the exceptionpublic AtbashException(Throwable cause)
cause - the underlying Throwable that caused this exception to be thrown.Copyright © 2014–2018. All rights reserved.