public class MockEjbSystemException
extends java.lang.RuntimeException
Constructor and Description |
---|
MockEjbSystemException(java.lang.String message) |
MockEjbSystemException(java.lang.String message,
java.lang.Throwable cause)
Creates a new instance of
MockEjbSystemException . |
MockEjbSystemException(java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getCause()
Returns the cause of this throwable or null if the cause is nonexistent
or unknown.
|
public MockEjbSystemException(java.lang.String message, java.lang.Throwable cause)
MockEjbSystemException
.
Appends the error stack of the cause to the message to remain 1.3 compliant.message
- error messagecause
- cause of the exceptionpublic MockEjbSystemException(java.lang.String message)
public MockEjbSystemException(java.lang.Throwable cause)