public class RegistrationException
extends java.lang.RuntimeException
ActiveEvent
with
an ActiveEventDispatcher
to which it is already registered.Constructor and Description |
---|
RegistrationException()
Create an exception with neither message nor cause
|
RegistrationException(java.lang.String message)
Create an exception with just a message.
|
RegistrationException(java.lang.String message,
java.lang.Throwable cause)
Create an exception with a message and a cause.
|
RegistrationException(java.lang.Throwable cause)
Create an exception with just a cause.
|
public RegistrationException()
public RegistrationException(java.lang.String message)
message
- a description of the reason for this exceptionpublic RegistrationException(java.lang.Throwable cause)
cause
- another exception that caused to this one.public RegistrationException(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.