Class ResourceException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UnknownResourceException, UnsupportedProtocolException

public class ResourceException extends AppException
Exception (base) class for errors originating from resource managers.
Since:
6.0
Author:
O. Kerpershoek
See Also:
  • Constructor Details

    • ResourceException

      public ResourceException(String message)
      Basic constructor with only a message explaining the cause of the error.
      Parameters:
      message - The message explaining the error that occurred.
    • ResourceException

      public ResourceException(String message, Throwable cause)
      Constructor with both a message and an exception explaining the cause of the error.
      Parameters:
      message - The message explaining the error that occurred.
      cause - The original cause of the error.