aicas logoJamaica 6.4 release 1

javax.realtime
Class DeregistrationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.realtime.DeregistrationException
All Implemented Interfaces:
Serializable

public class DeregistrationException
extends RuntimeException

An exception to throw when trying to deregister an ActiveEvent from an ActiveEventDispatcher to which it is not registered.

See Also:
Serialized Form

Constructor Summary
DeregistrationException()
          Create an exception with neither message nor cause
DeregistrationException(String message)
          Create an exception with just a message.
DeregistrationException(String message, Throwable cause)
          Create an exception with a message and a cause.
DeregistrationException(Throwable cause)
          Create an exception with just a 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

DeregistrationException

public DeregistrationException()
Create an exception with neither message nor cause


DeregistrationException

public DeregistrationException(String message)
Create an exception with just a message.

Parameters:
message - a description of the reason for this exception

DeregistrationException

public DeregistrationException(Throwable cause)
Create an exception with just a cause.

Parameters:
cause - another exception that caused to this one.

DeregistrationException

public DeregistrationException(String message,
                               Throwable cause)
Create an exception with a message and a cause.

Parameters:
message - a description of the reason for this exception
cause - another exception that caused to this one.

aicas logoJamaica 6.4 release 1

aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2015 aicas GmbH. All Rights Reserved.