|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.idoox.util.WrappedException
org.idoox.wasp.WaspInternalException
Exception thrown when WSO2 SOA Enablement Server internal error occurs. It can be for example thrown when modules are loading and initializing.
| Constructor Summary | |
WaspInternalException()
Creates a new exception. |
|
WaspInternalException(java.lang.String message)
Creates a new exception. |
|
WaspInternalException(java.lang.String message,
java.lang.Throwable reason)
Creates a new exception. |
|
WaspInternalException(java.lang.Throwable reason)
Creates a new exception. |
|
| Methods inherited from class org.idoox.util.WrappedException |
getCause, getException, getLocalizedMessage, getRootException, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public WaspInternalException()
public WaspInternalException(java.lang.String message)
message - the message
public WaspInternalException(java.lang.String message,
java.lang.Throwable reason)
message - the messagereason - the reasonpublic WaspInternalException(java.lang.Throwable reason)
reason - the reason
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||