Class UnsupportedMethodException

All Implemented Interfaces:
Serializable

public class UnsupportedMethodException extends UriStoreException
See Also:
  • Constructor Details

    • UnsupportedMethodException

      public UnsupportedMethodException(UriTarget.Method method, URI uri)
    • UnsupportedMethodException

      public UnsupportedMethodException()
    • UnsupportedMethodException

      public UnsupportedMethodException(String message)
    • UnsupportedMethodException

      public UnsupportedMethodException(Throwable cause)
    • UnsupportedMethodException

      public UnsupportedMethodException(String message, Throwable cause)