IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.interrupt
Class InterruptRegistrationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.websphere.interrupt.InterruptRegistrationException
All Implemented Interfaces:
java.io.Serializable

public class InterruptRegistrationException
extends java.lang.Exception

An exception which is thrown when registraion of an InterruptObject fails.

See Also:
Serialized Form

Constructor Summary
InterruptRegistrationException(java.lang.String message)
           
InterruptRegistrationException(java.lang.String message, java.lang.Throwable t)
           
 
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

InterruptRegistrationException

public InterruptRegistrationException(java.lang.String message)

InterruptRegistrationException

public InterruptRegistrationException(java.lang.String message,
                                      java.lang.Throwable t)

IBM WebSphere Application ServerTM
Release 8