Class 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.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • RestEndpointNotFoundException

        public RestEndpointNotFoundException​(java.lang.String message)
        Creates a new instance of this class.
        Parameters:
        message - A String contaning an error message.