Class UnsupportedProtocolException

All Implemented Interfaces:
Serializable

public class UnsupportedProtocolException extends ResourceException
This exception is used when a resource is requested from a manager with a protocol prefix that is not supported by the manager.
Since:
6.0
Author:
O. Kerpershoek
See Also:
  • Constructor Details

    • UnsupportedProtocolException

      protected UnsupportedProtocolException(IResourceManager resourceManager, String protocol)
  • Method Details

    • getProtocol

      public String getProtocol()
      This method returns the protocol that was not supported by the resource manager.
      Returns:
      the protocol that was not supported by the resource manager.