Public Member Functions | |
| ERWorkerChannelException (Exception exception, String message) | |
| ERWorkerChannelException (Exception exception) | |
| ERWorkerChannelException (String message) | |
| ERWorkerChannelException () | |
| Exception | getCausedByException () |
| String | getMessage () |
Private Attributes | |
| final Exception | _exception |
Constructs an EJBException with no detail message.
| ERWorkerChannelException | ( | String | message | ) |
Constructs an EJBException with the specified detailed message.
| ERWorkerChannelException | ( | Exception | exception | ) |
Constructs an EJBException that embeds the originally thrown exception.
| ERWorkerChannelException | ( | Exception | exception, | |
| String | message | |||
| ) |
Constructs an ERWorkerChannelException that embeds the originally thrown exception with the specified detail message.
| Exception getCausedByException | ( | ) |
Obtain the exception that caused the ERWorkerChannelException being thrown.
| String getMessage | ( | ) |
Returns the detail message, including the message from the nested exception if there is one.
final Exception _exception [private] |
1.5.8