AMETAS.data
Class AccountExpiredException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byAMETAS.data.AccountExpiredException
All Implemented Interfaces:
java.io.Serializable

public class AccountExpiredException
extends java.lang.RuntimeException

Tritt auf, wenn ein Stellennutzer mit seiner Aktion sein Konto aufgebraucht hat.

See Also:
Serialized Form

Constructor Summary
AccountExpiredException()
          Einfacher Konstruktor.
AccountExpiredException(java.lang.String sMessage)
          Konstruktor.
 
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

AccountExpiredException

public AccountExpiredException()
Einfacher Konstruktor.


AccountExpiredException

public AccountExpiredException(java.lang.String sMessage)
Konstruktor.

Parameters:
sMessage - Detailnachricht.