Class MethodNotAllowedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.mizool.core.exception.MethodNotAllowedException
All Implemented Interfaces:
Serializable

public class MethodNotAllowedException extends RuntimeException
See Also:
  • Constructor Details

    • MethodNotAllowedException

      public MethodNotAllowedException()
    • MethodNotAllowedException

      public MethodNotAllowedException(String message, Throwable cause)
    • MethodNotAllowedException

      public MethodNotAllowedException(String message)
    • MethodNotAllowedException

      public MethodNotAllowedException(Throwable cause)