@Loggable.Quiet
public final class AuthException
extends javax.ws.rs.WebApplicationException
The class extends WebApplicationException with just
one feature - logging of the cause of exception during constructing. In
some cases this may be very convenient, when you need to see the reason
of exception in the log.
| Constructor and Description |
|---|
AuthException(javax.ws.rs.core.Response response,
String log)
Public ctor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AuthException(javax.ws.rs.core.Response response,
String log)
response - The resourcelog - Log messageCopyright © 2011–2014 ReXSL.com. All rights reserved.