|
Compoze Software, Inc. | |||||||||
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.compoze.util.NestedRuntimeException
com.compoze.exchange.ExchangeRuntimeException
This class is an exception that wraps any exceptions thrown in Exchange.
Constructor Summary | |
ExchangeRuntimeException()
Constructor. |
|
ExchangeRuntimeException(java.lang.Exception e)
Constructor. |
|
ExchangeRuntimeException(java.lang.Exception e,
java.lang.String sMessage)
Constructor. |
|
ExchangeRuntimeException(java.lang.String sMessage)
Constructor. |
|
ExchangeRuntimeException(java.lang.Throwable t)
Constructor. |
|
ExchangeRuntimeException(java.lang.Throwable t,
java.lang.String sMessage)
Constructor. |
Methods inherited from class com.compoze.util.NestedRuntimeException |
getNestedRuntimeException, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ExchangeRuntimeException()
public ExchangeRuntimeException(java.lang.String sMessage)
sMessage
- a detail message for the exceptionpublic ExchangeRuntimeException(java.lang.Exception e)
e
- the underlying exceptionpublic ExchangeRuntimeException(java.lang.Exception e, java.lang.String sMessage)
e
- the underlying exceptionsMessage
- a detail message for the exceptionpublic ExchangeRuntimeException(java.lang.Throwable t)
t
- the underlying throwablepublic ExchangeRuntimeException(java.lang.Throwable t, java.lang.String sMessage)
t
- the underlying throwablesMessage
- a detail message for the exception
|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |