public class ResourceBuilderException extends RuntimeException
| Constructor and Description |
|---|
ResourceBuilderException(String message)
Creates an exception of type
ResourceBuilderException. |
ResourceBuilderException(String message,
Throwable cause)
Creates an exception of type
ResourceBuilderException. |
ResourceBuilderException(Throwable cause)
Creates an exception of type
ResourceBuilderException. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ResourceBuilderException(String message, Throwable cause)
ResourceBuilderException.
This method creates an ResourceBuilderException object with the
specified message and cause.
message - The message.cause - The cause of this exception.public ResourceBuilderException(String message)
ResourceBuilderException.
This method creates an ResourceBuilderException object with the
specified message.
message - The message.public ResourceBuilderException(Throwable cause)
ResourceBuilderException.
This method creates an ResourceBuilderException object with the
specified cause.
cause - The cause of this exception.Copyright © 2016 JBoss by Red Hat. All rights reserved.