Class NoSuchEntityException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.fraunhofer.iosb.ilt.frostserver.util.exception.NoSuchEntityException
All Implemented Interfaces:
Serializable

public class NoSuchEntityException extends Exception
Author:
Hylke van der Schaaf
See Also:
  • Constructor Details

    • NoSuchEntityException

      public NoSuchEntityException()
    • NoSuchEntityException

      public NoSuchEntityException(String message)
    • NoSuchEntityException

      public NoSuchEntityException(Throwable cause)
    • NoSuchEntityException

      public NoSuchEntityException(String message, Throwable cause)