public class UserException extends RuntimeException
Modifier and Type | Field and Description |
---|---|
Throwable |
nested
An optional nested exception.
|
Constructor and Description |
---|
UserException()
Constructs an
UserException with no detail message. |
UserException(String msg)
Constructs an
UserException with the specified
detail message. |
UserException(String msg,
Throwable nested)
Constructs an
UserException with the specified
detail message and an optional nested exception. |
UserException(Throwable nested)
Constructs an
UserException with an optional
nested exception. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public final Throwable nested
public UserException()
UserException
with no detail message.public UserException(String msg)
UserException
with the specified
detail message.public UserException(Throwable nested)
UserException
with an optional
nested exception.Copyright © 2019. All rights reserved.