AdvisorException Class
- public class AdvisorException
extends ApplicationException
Base class for all exceptions thrown by Advisor and
Advislet methods.
Related Topics
Advisor
Advislet
-
Hierarchy
-
Object
Throwable
Exception
ApplicationException
AdvisorException
-
All Implemented Interfaces
-
Serializable
-
Direct Known Subclasses
-
ElementNotFoundException
Methods from java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AdvisorException
public AdvisorException(String namespace,
String message,
Throwable cause)
- Creates a AdvisorException using a given message, the namespace and
a nested exception.
AdvisorException
public AdvisorException(String namespace,
String message)
- Creates a AdvisorException using a given message and the namespace.
Note: The namespace parameter is ignored.
AdvisorException
public AdvisorException(String message,
Throwable cause)
- Creates a AdvisorException using a given message
and a nested
Throwable.
AdvisorException
public AdvisorException(String message)
- Creates a AdvisorException using a given message.