Class UnknownObjectException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.emau.icmvc.ttp.epix.common.exception.UnknownObjectException
All Implemented Interfaces:
Serializable

public class UnknownObjectException extends Exception
should be thrown when the given object is not known / found
Author:
geidell
See Also:
  • Constructor Details

    • 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)
  • Method Details