javax.availability.management
Class AvailabilityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.availability.management.AvailabilityException
All Implemented Interfaces:
Serializable

public class AvailabilityException
extends Exception
implements Serializable

Version:
$Rev: 672630 $ $Date: 2008-06-29 17:37:41 +0200 (Sun, 29 Jun 2008) $
See Also:
Serialized Form

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

AvailabilityException

public AvailabilityException(String message)

AvailabilityException

public AvailabilityException(String message,
                             Throwable cause)

AvailabilityException

public AvailabilityException(Throwable cause)


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.