Class ResourceMethodExecutionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.soklet.web.exception.ResourceMethodExecutionException
All Implemented Interfaces:
Serializable

public class ResourceMethodExecutionException extends RuntimeException
Indicates that an error occurred when executing the resource Method of a Route.
Since:
1.0.0
Author:
Mark Allen
See Also:
  • Constructor Details

    • ResourceMethodExecutionException

      public ResourceMethodExecutionException(Route route, Throwable cause)
    • ResourceMethodExecutionException

      public ResourceMethodExecutionException(String message, Throwable cause)