public class AdminToolException extends RuntimeException
Constructor and Description |
---|
AdminToolException(String description)
Construct a
AdminToolException with the specified detail message
and nested exception. |
AdminToolException(String description,
Throwable throwable) |
AdminToolException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDescription()
Method getFastError returns the validationError of this FastExceptionobject.
|
Throwable |
getRootCause()
Retrieve the innermost cause of this exception, if any.
|
int |
hashCode() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public AdminToolException(String description)
AdminToolException
with the specified detail message
and nested exception.description
- string that describe the problempublic AdminToolException(Throwable cause)
public Throwable getRootCause()
null
if nonepublic String getDescription()
Copyright © 2000–2022 EPAM Systems. All rights reserved.