Class VerbNotSupportedException

All Implemented Interfaces:
Serializable

public class VerbNotSupportedException extends BaseException
See Also:
  • Constructor Details

    • VerbNotSupportedException

      public VerbNotSupportedException()
    • VerbNotSupportedException

      public VerbNotSupportedException(String message)
    • VerbNotSupportedException

      public VerbNotSupportedException(String message, Throwable cause)
    • VerbNotSupportedException

      public VerbNotSupportedException(Throwable cause)
    • VerbNotSupportedException

      public VerbNotSupportedException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
  • Method Details