|
||||||||||
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
com.emarsys.ecommon.exceptions.EmaRuntimeException
public class EmaRuntimeException
Base class for RuntimeException
s in eCommon.
Constructor Summary | |
---|---|
EmaRuntimeException()
Deprecated. |
|
EmaRuntimeException(java.lang.String message)
|
|
EmaRuntimeException(java.lang.String message,
java.lang.Throwable cause)
|
|
EmaRuntimeException(java.lang.Throwable cause)
Deprecated. |
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 |
---|
@Deprecated public EmaRuntimeException()
Exception
s without a message
are almost useless.
public EmaRuntimeException(java.lang.String message, java.lang.Throwable cause)
message
- cause
- public EmaRuntimeException(java.lang.String message)
message
- @Deprecated public EmaRuntimeException(java.lang.Throwable cause)
Exception
s without a message
are almost useless.
cause
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |