| 
Vordel SDK | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.vordel.circuit.CircuitAbortException
public class CircuitAbortException
This exception encapsulates all errors that are intended to halt the progression through the circuit.
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
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 | 
|
| Method Summary | |
|---|---|
 int | 
getClassification()
 | 
| Methods inherited from class java.lang.Throwable | 
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
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
| Constructor Detail | 
|---|
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 Exception
cause - 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 Exception
msg - 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.| Method Detail | 
|---|
public int getClassification()
  | 
Vordel SDK | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||