public class DeregistrationException extends RuntimeException
ActiveEvent
from
an ActiveEventDispatcher
to which it is not registered.Constructor and Description |
---|
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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DeregistrationException()
public DeregistrationException(String message)
message
- a description of the reason for this exceptionpublic DeregistrationException(Throwable cause)
cause
- another exception that caused to this one.aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2016 aicas GmbH. All Rights Reserved.