Class ResourceException

All Implemented Interfaces:
Serializable

public class ResourceException extends RuntimeException
Indicates a problem while accessing one of the application's resources, either because the resource cannot be found or because it cannot be read.

The purpose of this exception is similar to how IOException is used when reading files from the local file system. However, this exception focuses on the application's own resources, which are assumed to be available.

See Also:
  • Constructor Details

    • ResourceException

      public ResourceException(String message)
    • ResourceException

      public ResourceException(String message, Throwable cause)