Class URIException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.shibboleth.shared.net.URIException
All Implemented Interfaces:
Serializable

public class URIException extends Exception
Exception related to processing or using a URI.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Serial version UID.
      See Also:
  • Constructor Details

    • URIException

      public URIException()
      Constructor.
    • URIException

      public URIException(@Nullable String message)
      Constructor.
      Parameters:
      message - exception message
    • URIException

      public URIException(@Nullable Exception wrappedException)
      Constructor.
      Parameters:
      wrappedException - exception to be wrapped by this one
    • URIException

      public URIException(@Nullable String message, @Nullable Exception wrappedException)
      Constructor.
      Parameters:
      message - exception message
      wrappedException - exception to be wrapped by this one