net.sf.amiba
Class AmibaException

Object
  extended by Throwable
      extended by Exception
          extended by AmibaException
All Implemented Interfaces:
Serializable

public class AmibaException
extends Exception

This is the basic exception type for Amiba. Lower level exceptions will be wrapped in AmibaException and passed on to upper layers of the application. Other Exception types in Amiba might subclass this Exception for more specificity.

Author:
juber patel
See Also:
Serialized Form

Constructor Summary
AmibaException()
           
AmibaException(String message)
           
AmibaException(String message, Throwable cause)
           
AmibaException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AmibaException

public AmibaException()

AmibaException

public AmibaException(String message)
Parameters:
message -

AmibaException

public AmibaException(Throwable cause)
Parameters:
cause -

AmibaException

public AmibaException(String message,
                      Throwable cause)
Parameters:
message -
cause -