public class ServerStateException extends GlassFishIdeException
Constructor and Description |
---|
ServerStateException()
Constructs an instance of
ServerConfigException without
detail message. |
ServerStateException(String msg)
Constructs an instance of
ServerConfigException with the
specified detail message. |
ServerStateException(String msg,
Object... arguments)
Constructs an instance of
ServerConfigException with the
specified detail message and arguments. |
ServerStateException(String msg,
Throwable cause)
Constructs an instance of
ServerConfigException with the
specified detail message and cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ServerStateException()
ServerConfigException
without
detail message.public ServerStateException(String msg)
ServerConfigException
with the
specified detail message.
msg
- The detail message.public ServerStateException(String msg, Object... arguments)
ServerConfigException
with the
specified detail message and arguments.
Uses MessageFormat
to format message.
msg
- The detail message.arguments
- Arguments to be inserted into message.public ServerStateException(String msg, Throwable cause)
ServerConfigException
with the
specified detail message and cause. Exception is logged on WARN level.
Note that the detail message associated with cause
is not
automatically incorporated in this runtime exception's detail message.
msg
- the detail message (which is saved for later retrieval
by the Throwable.getMessage()
method).cause
- the cause (which is saved for later retrieval by the
Throwable.getCause()
method). (A null
value is
permitted, and indicates that the cause is nonexistent or
unknown.)Copyright © 2013. All Rights Reserved.