public class FetchLogException extends GlassFishIdeException
All exceptions are logging themselves on WARNING level when created.
Constructor and Description |
---|
FetchLogException()
Constructs an instance of
FetchLogException without
detail message. |
FetchLogException(String msg)
Constructs an instance of
FetchLogException with the
specified detail message. |
FetchLogException(String msg,
Throwable cause)
Constructs an instance of
FetchLogException with the
specified detail message and cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FetchLogException()
FetchLogException
without
detail message.public FetchLogException(String msg)
FetchLogException
with the
specified detail message.
msg
- The detail message.public FetchLogException(String msg, Throwable cause)
FetchLogException
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.