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