Class RestEndpointNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.tapestry5.internal.services.RestEndpointNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class RestEndpointNotFoundException extends java.lang.RuntimeException
Exception used when a request is made to a page with REST endpoint event handlers but doesn't match any of them.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RestEndpointNotFoundException(java.lang.String message)
Creates a new instance of this class.
-
-
-
Constructor Detail
-
RestEndpointNotFoundException
public RestEndpointNotFoundException(java.lang.String message)
Creates a new instance of this class.- Parameters:
message
- A String contaning an error message.
-
-