public class GlassFishClientException extends RuntimeException
| Constructor and Description |
|---|
GlassFishClientException()
Construct a new instance with the supplied message
|
GlassFishClientException(String message)
Construct a new instance with the supplied message
|
GlassFishClientException(String message,
Throwable cause)
Construct a new instance with the supplied message and cause
|
GlassFishClientException(Throwable cause)
Construct a new instance with the supplied cause
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic GlassFishClientException()
public GlassFishClientException(String message)
message - the messagepublic GlassFishClientException(String message, Throwable cause)
message - the messagecause - the Throwable that caused the exception to be thrownpublic GlassFishClientException(Throwable cause)
cause - the Throwable that caused the exception to be thrownCopyright © 2020 JBoss by Red Hat. All rights reserved.