org.apache.synapse.task
Class SynapseTaskException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.synapse.task.SynapseTaskException
All Implemented Interfaces:
Serializable

public class SynapseTaskException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
SynapseTaskException(String string)
           
SynapseTaskException(String msg, org.apache.commons.logging.Log log)
           
SynapseTaskException(String msg, Throwable e)
           
SynapseTaskException(String msg, Throwable cause, org.apache.commons.logging.Log log)
           
SynapseTaskException(Throwable t)
           
 
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

SynapseTaskException

public SynapseTaskException(String string)

SynapseTaskException

public SynapseTaskException(String msg,
                            Throwable e)

SynapseTaskException

public SynapseTaskException(Throwable t)

SynapseTaskException

public SynapseTaskException(String msg,
                            org.apache.commons.logging.Log log)

SynapseTaskException

public SynapseTaskException(String msg,
                            Throwable cause,
                            org.apache.commons.logging.Log log)


Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.