public class ResourceCreationException extends ResourceException
| Constructor and Description |
|---|
ResourceCreationException()
Creates a StackableRuntimeException with no message and no parent.
|
ResourceCreationException(String message)
Creates an exception.
|
ResourceCreationException(String message,
Exception ex)
Creates an exception.
|
getMessage, getParent, getParentThrowable, printStackTrace, printStackTrace, printStackTrace, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTracepublic ResourceCreationException()
public ResourceCreationException(String message, Exception ex)
message - the exception message.ex - the parent exception.public ResourceCreationException(String message)
message - the exception message.