Class ResourceException

All Implemented Interfaces:
Serializable

public class ResourceException extends RuntimeException
Exception used from Resource and other resource related components marking an issue with access to a Resource or instance generated from it.
See Also:
  • Constructor Details

    • ResourceException

      public ResourceException(String message)
      Exception with message only.
      Parameters:
      message - message
    • ResourceException

      public ResourceException(String message, Throwable cause)
      Exception with message and cause.
      Parameters:
      message - message
      cause - cause