AMETAS.data
Class CreationFailedException

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

public class CreationFailedException
extends PlaceUserException

Tritt auf, wenn ein Stellennutzer nicht erzeugt werden konnte. Dies liegt in der Regel daran, dass der Stellennutzer nicht gefunden wurde oder die Definition des Stellennutzers irgendwie fehlerhaft ist.

See Also:
Serialized Form

Constructor Summary
CreationFailedException()
          Einfacher Konstruktor.
CreationFailedException(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

CreationFailedException

public CreationFailedException()
Einfacher Konstruktor.


CreationFailedException

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

Parameters:
sMessage - Detailnachricht.