[Java] Class ResourceException
- groovy.util.ResourceException
- Authors:
- sam
Constructor Summary
Constructor and description |
---|
ResourceException
() |
ResourceException
(String message) @param message |
ResourceException
(String message, Throwable cause) @param message |
ResourceException
(Throwable cause) @param cause |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Exception | printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, addSuppressed, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, setStackTrace, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
class Throwable | printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, addSuppressed, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, setStackTrace, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
Constructor Detail
public ResourceException()
public ResourceException(String message)
- Parameters:
- message
public ResourceException(String message, Throwable cause)
- Parameters:
- message
- cause
public ResourceException(Throwable cause)
- Parameters:
- cause
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/groovy/util/ResourceException.html