Class IncorrectRequestException

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

public class IncorrectRequestException extends Exception
The exception that should be thrown when a user sends an incorrect request.
Author:
Hylke van der Schaaf
See Also:
  • Constructor Details

    • IncorrectRequestException

      public IncorrectRequestException()
    • IncorrectRequestException

      public IncorrectRequestException(String message)
    • IncorrectRequestException

      public IncorrectRequestException(Throwable cause)
    • IncorrectRequestException

      public IncorrectRequestException(String message, Throwable cause)