Class AdminToolException

All Implemented Interfaces:
Serializable

public class AdminToolException extends RuntimeException
Runtime exception for Admin Tool module
Author:
Serhiy_Zahriychuk Date: Feb 26, 2009
See Also:
  • Constructor Details

    • AdminToolException

      public AdminToolException(String description)
      Construct a AdminToolException with the specified detail message and nested exception.
      Parameters:
      description - string that describe the problem
    • AdminToolException

      public AdminToolException(String description, Throwable throwable)
    • AdminToolException

      public AdminToolException(Throwable cause)
  • Method Details

    • getRootCause

      public Throwable getRootCause()
      Retrieve the innermost cause of this exception, if any.
      Returns:
      the innermost exception, or null if none
    • getDescription

      public String getDescription()
      Method getFastError returns the validationError of this FastExceptionobject.
      Returns:
      the fastError (type String) of this FastExceptionobject.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Throwable