| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.mockejb.MockEjbSystemException
MockEjbSystemException | public class MockEjbSystemException extends RuntimeException (Code) | | Indicates system error in MockEJB framework. This is not
the same with EJB system exception which can be any
RuntimeException. MockEjbSystemException signifies the
failure in one of the MockEJB classes.
Support exception chaining for 1.3 users just in case.
author: Alexander Ananiev |
Method Summary | |
public Throwable | getCause() Returns the cause of this throwable or null if the cause is nonexistent
or unknown. |
MockEjbSystemException | public MockEjbSystemException(String message, Throwable cause)(Code) | | Creates a new instance of MockEjbSystemException .
Appends the error stack of the cause to the message to remain 1.3 compliant.
Parameters: message - error message Parameters: cause - cause of the exception |
MockEjbSystemException | public MockEjbSystemException(String message)(Code) | | |
getCause | public Throwable getCause()(Code) | | Returns the cause of this throwable or null if the cause is nonexistent
or unknown.
the cause of this throwable or null if the cause is nonexistent or unknown |
|
|
|