org.jboss.resteasy.spi
Class LoggableFailure
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.resteasy.spi.Failure
org.jboss.resteasy.spi.LoggableFailure
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- BadRequestException, InternalServerErrorException, MethodNotAllowedException, NoMessageBodyWriterFoundFailure, NotAcceptableException, ReaderException, UnauthorizedException, UnsupportedMediaTypeException, WriterException
public class LoggableFailure
- extends Failure
This exception should only be used by Resteasy integrators. Applications code should use WebApplicationException
This is thrown by Resteasy runtime when a failure occurs. It will be logged by the runtime
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LoggableFailure
public LoggableFailure(java.lang.String s,
Response response)
LoggableFailure
public LoggableFailure(java.lang.String s,
java.lang.Throwable throwable,
Response response)
LoggableFailure
public LoggableFailure(java.lang.Throwable throwable,
Response response)
LoggableFailure
public LoggableFailure(java.lang.String s,
java.lang.Throwable throwable)
LoggableFailure
public LoggableFailure(java.lang.Throwable throwable)
LoggableFailure
public LoggableFailure(java.lang.String s)
LoggableFailure
public LoggableFailure(int errorCode)
LoggableFailure
public LoggableFailure(java.lang.String s,
int errorCode)
LoggableFailure
public LoggableFailure(java.lang.String s,
java.lang.Throwable throwable,
int errorCode)
LoggableFailure
public LoggableFailure(java.lang.Throwable throwable,
int errorCode)
Copyright © 2010. All Rights Reserved.