Class ResourceLocatorException

  • All Implemented Interfaces:
    Serializable

    public class ResourceLocatorException
    extends IOException
    A ResourceLocatorException is an exception that indicates conditions in a ResourceLocator that a reasonable application might want to catch.
    See Also:
    Serialized Form
    • Constructor Detail

      • ResourceLocatorException

        public ResourceLocatorException()
        Constructs a new exception with null as its detail message.
      • ResourceLocatorException

        public ResourceLocatorException​(String message)
        Constructs a new exception with the specified detail message.
        Parameters:
        message - the detail message
      • ResourceLocatorException

        public ResourceLocatorException​(Throwable cause)
        Constructs a new exception with the specified cause.
        Parameters:
        cause - the cause
      • ResourceLocatorException

        public ResourceLocatorException​(String message,
                                        Throwable cause)
        Constructs a new exception with the specified detail message and cause.
        Parameters:
        message - the detail message
        cause - the cause