org.ow2.frascati.util
Class FrascatiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ow2.frascati.util.FrascatiException
- All Implemented Interfaces:
- Serializable
public class FrascatiException
- extends Exception
OW2 FraSCAti Util exception class.
This class is inherited by other OW2 FraSCAti exception classes.
- Version:
- 1.3
- Author:
- Damien Fournier
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FrascatiException
public FrascatiException()
- See Also:
Exception.Exception()
FrascatiException
public FrascatiException(String message)
- See Also:
Exception.Exception(String)
FrascatiException
public FrascatiException(String message,
Throwable cause)
- See Also:
Exception.Exception(String, Throwable)
FrascatiException
public FrascatiException(Throwable cause)
- See Also:
Exception.Exception(Throwable)
Copyright © 2007-2011 OW2 Consortium. All Rights Reserved.