|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jboss.soa.esb.BaseException
org.jboss.soa.esb.couriers.CourierException
public class CourierException
General Courier exception. Consider this like SystemException. Other more specific exceptions will be derived from it. Most CourierExceptions are for configuration problems. Note: to preserve existing signatures. Note: an alternative approach would be similar to SQLException or XAException with specific error codes.
Constructor Summary | |
---|---|
CourierException(java.lang.String message)
Construct an exception instance. |
|
CourierException(java.lang.String message,
java.lang.Throwable cause)
Construct an exception instance. |
|
CourierException(java.lang.Throwable cause)
Construct an exception instance. |
Method Summary |
---|
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 |
Constructor Detail |
---|
public CourierException(java.lang.String message)
message
- Exception message.public CourierException(java.lang.String message, java.lang.Throwable cause)
message
- Exception message.cause
- Exception cause.public CourierException(java.lang.Throwable cause)
cause
- Exception cause.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |