com.hlcl.rql.as
Class MissingSessionKeyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.hlcl.rql.as.RQLException
              extended by com.hlcl.rql.as.MissingSessionKeyException
All Implemented Interfaces:
java.io.Serializable

public class MissingSessionKeyException
extends RQLException

Diese Ausnahme wird geworfen, wenn ein Projekt einen SessionKey zum Aufrufen weiterer Funktionen benötigt, dieser aber fehlt. Das Projekt-Objekt kann dann nur administrative Aufgaben ausführen.

Author:
LEJAFR
See Also:
Serialized Form

Constructor Summary
MissingSessionKeyException(java.lang.String s)
          MissingProjectNameException constructor comment.
 
Method Summary
 
Methods inherited from class com.hlcl.rql.as.RQLException
getMessage, getReason
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MissingSessionKeyException

public MissingSessionKeyException(java.lang.String s)
MissingProjectNameException constructor comment.

Parameters:
s - java.lang.String Nachricht an den User