org.wso2.carbon
Class CarbonException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.wso2.carbon.CarbonException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Axis2ModuleNotFound

public class CarbonException
extends Exception

See Also:
Serialized Form

Constructor Summary
CarbonException()
           
CarbonException(String message)
           
CarbonException(String message, Throwable cause)
           
CarbonException(Throwable cause)
           
 
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

CarbonException

public CarbonException()

CarbonException

public CarbonException(String message)

CarbonException

public CarbonException(String message,
                       Throwable cause)

CarbonException

public CarbonException(Throwable cause)


Copyright © 2014 WSO2 Inc. All rights reserved.