AMETAS.event
Class NotRegisteredException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byAMETAS.event.EventException
              extended byAMETAS.event.NotRegisteredException
All Implemented Interfaces:
java.io.Serializable

public class NotRegisteredException
extends EventException

Tritt auf, wenn versucht wird, eine nicht erfolgte Registrierung zurückzunehmen.

See Also:
Serialized Form

Constructor Summary
NotRegisteredException()
          Standardkonstruktor.
NotRegisteredException(java.lang.String sMessage)
          Konstruktor, dem eine Detailnachricht mitgegeben werden kann.
 
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

NotRegisteredException

public NotRegisteredException()
Standardkonstruktor.


NotRegisteredException

public NotRegisteredException(java.lang.String sMessage)
Konstruktor, dem eine Detailnachricht mitgegeben werden kann.

Parameters:
sMessage - Detailnachricht.