Class AbstractController.HttpNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.acceleratorstorefrontcommons.controllers.AbstractController.HttpNotFoundException
All Implemented Interfaces:
Serializable
Enclosing class:
AbstractController

@ResponseStatus(NOT_FOUND) public static class AbstractController.HttpNotFoundException extends RuntimeException
See Also:
  • Constructor Details

    • HttpNotFoundException

      public HttpNotFoundException()
      Default constructor
    • HttpNotFoundException

      public HttpNotFoundException(String message, Throwable cause)
      Parameters:
      message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method).
      cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)
    • HttpNotFoundException

      public HttpNotFoundException(String message)
      Parameters:
      message - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.
    • HttpNotFoundException

      public HttpNotFoundException(Throwable cause)
      Parameters:
      cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)