org.apache.stratos.common.exception
Class StratosException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.