public class EDARuntimeException
extends java.lang.RuntimeException
Constructor and Description |
---|
EDARuntimeException(java.lang.String msgID,
java.lang.Object... parms) |
EDARuntimeException(java.lang.Throwable cause)
This constructor is used to convert exceptions to runtimeexceptions
without losing root exception details
|
EDARuntimeException(java.lang.Throwable rootCause,
java.lang.String details)
This constructor is used to convert exceptions to runtimeexceptions
without losing root exception details
|
EDARuntimeException(java.lang.Throwable rootCause,
java.lang.String msgID,
java.lang.Object... parms)
This constructor is used to convert exceptions to runtimeexceptions
without losing root exception details
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMsgID()
Obtain message ID - for testing purpose
|
public EDARuntimeException(java.lang.String msgID, java.lang.Object... parms)
public EDARuntimeException(java.lang.Throwable cause)
cause
- public EDARuntimeException(java.lang.Throwable rootCause, java.lang.String msgID, java.lang.Object... parms)
rootCause
- msgID
- parms
- public EDARuntimeException(java.lang.Throwable rootCause, java.lang.String details)
rootCause
- details
-