public class ALException extends RuntimeException
RuntimeException
.Constructor and Description |
---|
ALException()
Constructs an ALException object.
|
ALException(String message)
Constructs an ALException object with the specified detail
message.
|
ALException(String message,
Throwable cause)
Constructs an ALException object with the specified detail
message and root cause.
|
ALException(Throwable cause)
Constructs an ALException object with the specified root
cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ALException()
public ALException(String message)
public ALException(String message, Throwable cause)
public ALException(Throwable cause)