[Java] Class ResourceException
- groovy.util.ResourceException
public class ResourceException extends Exception
Constructor Summary
Constructor and description |
---|
ResourceException
() |
ResourceException
(String message)
|
ResourceException
(String message, Throwable cause)
|
ResourceException
(Throwable cause)
|
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Exception | printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getSuppressed, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, 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/3.0.7/html/gapi/groovy/util/ResourceException.html