Class DuplicatedUriAndMethodException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.tenio.core.exception.DuplicatedUriAndMethodException
All Implemented Interfaces:
Serializable

public final class DuplicatedUriAndMethodException extends RuntimeException
When you try to define an existing Uri method in the HTTP server.
See Also:
  • Constructor Details

    • DuplicatedUriAndMethodException

      public DuplicatedUriAndMethodException(RestMethod method, List<PathConfig> pathConfigs)
      Initialization.
      Parameters:
      method - the rest method
      pathConfigs - the path configuration