public class ResourceException extends Exception
Constructor and Description |
---|
ResourceException()
Constructor.
|
ResourceException(Exception wrappedException)
Constructor.
|
ResourceException(String message)
Constructor.
|
ResourceException(String message,
Exception wrappedException)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ResourceException()
public ResourceException(String message)
message
- exception messagepublic ResourceException(Exception wrappedException)
wrappedException
- exception to be wrapped by this oneCopyright © 2018 JBoss by Red Hat. All rights reserved.