Class UnknownIDException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.emau.icmvc.ganimed.ttp.cm2.exceptions.UnknownIDException
All Implemented Interfaces:
Serializable

public class UnknownIDException extends Exception
should be thrown when the given id is not found within the db
Author:
geidell
See Also:
  • Constructor Details

    • UnknownIDException

      public UnknownIDException()
    • UnknownIDException

      public UnknownIDException(String message, Throwable cause)
    • UnknownIDException

      public UnknownIDException(String message)
    • UnknownIDException

      public UnknownIDException(Throwable cause)