javax.slee.facilities
Class FacilityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.slee.SLEEException
                  extended by javax.slee.facilities.FacilityException
All Implemented Interfaces:
java.io.Serializable

public class FacilityException
extends SLEEException

This exception is thrown by facilities when a system-level failure is encountered while handling an SBB request.

See Also:
Serialized Form

Constructor Summary
FacilityException(java.lang.String message)
          Create a FacilityException with a detail message.
FacilityException(java.lang.String message, java.lang.Throwable cause)
          Create a FacilityException with a detail message and cause.
 
Method Summary
 
Methods inherited from class javax.slee.SLEEException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

FacilityException

public FacilityException(java.lang.String message)
Create a FacilityException with a detail message.

Parameters:
message - the detail message.

FacilityException

public FacilityException(java.lang.String message,
                         java.lang.Throwable cause)
Create a FacilityException with a detail message and cause.

Parameters:
message - the detail message.
cause - the reason this exception was thrown.


Copyright © 2009. All Rights Reserved.