public class DeregistrationException
extends java.lang.RuntimeException
ActiveEvent
from
an ActiveEventDispatcher
to which it is not registered.Constructor and Description |
---|
DeregistrationException()
Create an exception with neither message nor cause
|
DeregistrationException(java.lang.String message)
Create an exception with just a message.
|
DeregistrationException(java.lang.String message,
java.lang.Throwable cause)
Create an exception with a message and a cause.
|
DeregistrationException(java.lang.Throwable cause)
Create an exception with just a cause.
|
public DeregistrationException()
public DeregistrationException(java.lang.String message)
message
- a description of the reason for this exceptionpublic DeregistrationException(java.lang.Throwable cause)
cause
- another exception that caused to this one.public DeregistrationException(java.lang.String message, java.lang.Throwable cause)
message
- a description of the reason for this exceptioncause
- another exception that caused to this one.aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2016 aicas GmbH. All Rights Reserved.