AMETAS.event
Class UnauthorizedEventException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byAMETAS.data.AMETASSecurityException
              extended byAMETAS.event.UnauthorizedEventException
All Implemented Interfaces:
java.io.Serializable

public class UnauthorizedEventException
extends AMETASSecurityException

Tritt auf, wenn die Registrierung eine Berechtigung erfordert, die nicht gegeben ist.

See Also:
Serialized Form

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

UnauthorizedEventException

public UnauthorizedEventException()
Standardkonstruktor.


UnauthorizedEventException

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

Parameters:
sMessage - Detailnachricht.