org.idoox.wasp
Class WaspInternalException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.idoox.util.WrappedException
              extended byorg.idoox.wasp.WaspInternalException
All Implemented Interfaces:
java.io.Serializable

public class WaspInternalException
extends WrappedException

Exception thrown when WSO2 SOA Enablement Server internal error occurs. It can be for example thrown when modules are loading and initializing.

Since:
4.0
See Also:
Serialized Form
Component:
Core

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

WaspInternalException

public WaspInternalException()
Creates a new exception.


WaspInternalException

public WaspInternalException(java.lang.String message)
Creates a new exception.

Parameters:
message - the message

WaspInternalException

public WaspInternalException(java.lang.String message,
                             java.lang.Throwable reason)
Creates a new exception.

Parameters:
message - the message
reason - the reason

WaspInternalException

public WaspInternalException(java.lang.Throwable reason)
Creates a new exception.

Parameters:
reason - the reason