AMETAS.data
Class InvalidContainerException

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

public class InvalidContainerException
extends java.lang.Exception

Tritt auf, wenn es Probleme bei der Verwaltung von Identitäten gibt.

See Also:
Serialized Form

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

InvalidContainerException

public InvalidContainerException()
Einfacher Konstruktor.


InvalidContainerException

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

Parameters:
sMessage - Detailnachricht.