public class CircuitAbortException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
static int |
CLASS_AUTHENTICATION |
static int |
CLASS_AUTHORIZATION |
static int |
CLASS_REMOTE |
static int |
CLASS_SERVFAIL
A CircuitAbortException has a specific "class" associated with it.
|
MessageProcessor |
node |
| Constructor and Description |
|---|
CircuitAbortException(java.lang.String msg)
Creates a new
CircuitAbortException with a textual description of its cause. |
CircuitAbortException(java.lang.String msg, java.lang.Throwable t)
Creates a new
CircuitAbortException indicating failure due to an underlying java Exception |
CircuitAbortException(java.lang.String msg, java.lang.Throwable throwable, int classification)
Creates a new
CircuitAbortException instance. |
CircuitAbortException(java.lang.Throwable cause)
Creates a new
CircuitAbortException indicating failure due to an underlying java Exception |
| Modifier and Type | Method and Description |
|---|---|
int |
getClassification() |
public MessageProcessor node
public static final int CLASS_SERVFAIL
public static final int CLASS_AUTHORIZATION
public static final int CLASS_AUTHENTICATION
public static final int CLASS_REMOTE
public CircuitAbortException(java.lang.String msg)
CircuitAbortException with a textual description of its cause.msg - A detailed error messagepublic CircuitAbortException(java.lang.Throwable cause)
CircuitAbortException indicating failure due to an underlying java Exceptioncause - A java throwable that cannot be dealt with within the normal processing framework of a filter/circuit.
public CircuitAbortException(java.lang.String msg,
java.lang.Throwable t)
CircuitAbortException indicating failure due to an underlying java Exceptionmsg - A text description that gives context to the cause "t"t - A java throwable that cannot be dealt with within the normal processing framework of a filter/circuit.
public CircuitAbortException(java.lang.String msg,
java.lang.Throwable throwable,
int classification)
CircuitAbortException instance.msg - A detailed error messagethrowable - The underlying cause of the exception.classification - broad classification of the exception's type.
This documentation and all its contents and graphics, copyright � 1999 - 2011 Vordel