org.apache.synapse.commons
Class SynapseCommonsException

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

public class SynapseCommonsException
extends RuntimeException

See Also:
Serialized Form

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

SynapseCommonsException

public SynapseCommonsException(String string)

SynapseCommonsException

public SynapseCommonsException(String msg,
                               Throwable e)

SynapseCommonsException

public SynapseCommonsException(Throwable t)

SynapseCommonsException

public SynapseCommonsException(String msg,
                               org.apache.commons.logging.Log synLog)

SynapseCommonsException

public SynapseCommonsException(String msg,
                               Throwable cause,
                               org.apache.commons.logging.Log synLog)


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