Klasse UnknownObjectException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.emau.icmvc.ttp.epix.common.exception.UnknownObjectException
Alle implementierten Schnittstellen:
Serializable

public class UnknownObjectException extends Exception
should be thrown when the given object is not known / found
Autor:
geidell
Siehe auch:
  • Konstruktordetails

    • UnknownObjectException

      public UnknownObjectException()
    • UnknownObjectException

      public UnknownObjectException(String message, Throwable cause)
    • UnknownObjectException

      public UnknownObjectException(String message)
    • UnknownObjectException

      public UnknownObjectException(Throwable cause)
    • UnknownObjectException

      public UnknownObjectException(String message, Throwable cause, UnknownObjectType objectType, String objectId)
    • UnknownObjectException

      public UnknownObjectException(String message, UnknownObjectType objectType, String objectId)
    • UnknownObjectException

      public UnknownObjectException(Throwable cause, UnknownObjectType objectType, String objectId)
  • Methodendetails