Package groovy.util

Class ResourceException

All Implemented Interfaces:
Serializable

public class ResourceException extends Exception
Indicates a problem loading or accessing a resource.
See Also:
  • Constructor Details

    • ResourceException

      public ResourceException()
      Creates a resource exception with no detail message.
    • ResourceException

      public ResourceException(String message)
      Creates a resource exception with the supplied detail message.
      Parameters:
      message - the detail message
    • ResourceException

      public ResourceException(String message, Throwable cause)
      Creates a resource exception with the supplied detail message and cause.
      Parameters:
      message - the detail message
      cause - the underlying cause
    • ResourceException

      public ResourceException(Throwable cause)
      Creates a resource exception with the supplied cause.
      Parameters:
      cause - the underlying cause