aicas logoJamaica 6.4 release 1

javax.realtime
Class RegistrationException

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

public class RegistrationException
extends RuntimeException

An exception to throw when trying to register an ActiveEvent with an ActiveEventDispatcher to which it is already registered.

See Also:
Serialized Form

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

RegistrationException

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


RegistrationException

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

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

RegistrationException

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

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

RegistrationException

public RegistrationException(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.