|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.soa.esb.listeners.jca.JcaGatewayException
public class JcaGatewayException
Runtime exception for propagating exceptions.
| Constructor Summary | |
|---|---|
JcaGatewayException()
Construct a default exception. |
|
JcaGatewayException(java.lang.String message)
Construct an exception with the specified message. |
|
JcaGatewayException(java.lang.String message,
java.lang.Throwable cause)
Construct an exception with the specified message and cause. |
|
JcaGatewayException(java.lang.Throwable cause)
Construct an exception with the specified cause. |
|
| 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 JcaGatewayException()
public JcaGatewayException(java.lang.String message)
message - The message associated with this exception.public JcaGatewayException(java.lang.Throwable cause)
cause - The cause associated with this exception.
public JcaGatewayException(java.lang.String message,
java.lang.Throwable cause)
message - The message associated with this exception.cause - The cause associated with this exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||