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 SummaryConstructors Constructor Description RestEndpointNotFoundException(java.lang.String message)Creates a new instance of this class.
 
- 
- 
- 
Constructor Detail- 
RestEndpointNotFoundExceptionpublic RestEndpointNotFoundException(java.lang.String message) Creates a new instance of this class.- Parameters:
- message- A String contaning an error message.
 
 
- 
 
-