org.apache.synapse
Class SynapseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.apache.synapse.SynapseException
All Implemented Interfaces:
java.io.Serializable

public class SynapseException
extends java.lang.RuntimeException

Runtime exception for Synapse code to throw

See Also:
Serialized Form

Constructor Summary
SynapseException(java.lang.String string)
           
SynapseException(java.lang.String msg, java.lang.Throwable e)
           
SynapseException(java.lang.Throwable t)
           
 
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

SynapseException

public SynapseException(java.lang.String string)

SynapseException

public SynapseException(java.lang.String msg,
                        java.lang.Throwable e)

SynapseException

public SynapseException(java.lang.Throwable t)