AMETAS.event
Class DisabledEventException

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

public class DisabledEventException
extends EventException

Tritt auf, wenn eine Registrierung für einen deaktivierten Ereignistyp versucht wird.

See Also:
Serialized Form

Constructor Summary
DisabledEventException()
          Standardkonstruktor.
DisabledEventException(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

DisabledEventException

public DisabledEventException()
Standardkonstruktor.


DisabledEventException

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

Parameters:
sMessage - Detailnachricht.