Class UriStoreException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UnsupportedMethodException

@Deprecated public class UriStoreException extends BindException
Deprecated.
See Also:
  • Constructor Details

    • UriStoreException

      public UriStoreException()
      Deprecated.
    • UriStoreException

      public UriStoreException(String message)
      Deprecated.
    • UriStoreException

      public UriStoreException(URI uri, String message)
      Deprecated.
    • UriStoreException

      public UriStoreException(Throwable cause)
      Deprecated.
    • UriStoreException

      public UriStoreException(URI uri, Throwable cause)
      Deprecated.
    • UriStoreException

      public UriStoreException(String message, Throwable cause)
      Deprecated.
    • UriStoreException

      public UriStoreException(URI uri, String message, Throwable cause)
      Deprecated.
  • Method Details