org.apache.stratos.common.exception
Class StratosException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.stratos.common.exception.StratosException
All Implemented Interfaces:
Serializable

public class StratosException
extends Exception

This class is defined as the general Exception implementation for Stratos. This can be used within Stratos components when handling exceptions.

See Also:
Serialized Form

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

StratosException

public StratosException()

StratosException

public StratosException(String message)

StratosException

public StratosException(String message,
                        Throwable cause)

StratosException

public StratosException(Throwable cause)


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.