Package com.epam.admintool.exception
Class AdminToolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.epam.admintool.exception.AdminToolException
- All Implemented Interfaces:
Serializable
Runtime exception for Admin Tool module
- Author:
- Serhiy_Zahriychuk Date: Feb 26, 2009
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAdminToolException
(String description) Construct aAdminToolException
with the specified detail message and nested exception.AdminToolException
(String description, Throwable throwable) AdminToolException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
AdminToolException
Construct aAdminToolException
with the specified detail message and nested exception.- Parameters:
description
- string that describe the problem
-
AdminToolException
-
AdminToolException
-
-
Method Details
-
getRootCause
Retrieve the innermost cause of this exception, if any.- Returns:
- the innermost exception, or
null
if none
-
getDescription
Method getFastError returns the validationError of this FastExceptionobject.- Returns:
- the fastError (type String) of this FastExceptionobject.
-
equals
-
hashCode
public int hashCode() -
toString
-