org.ow2.frascati.util
Class FrascatiException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

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

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.