Class WindupWebException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.ws.rs.WebApplicationException
-
- org.jboss.windup.web.services.rest.WindupWebException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FileAlreadyExistsException
public class WindupWebException extends javax.ws.rs.WebApplicationException- Author:
- David Klingenberg
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected intcode
-
Constructor Summary
Constructors Constructor Description WindupWebException(javax.ws.rs.WebApplicationException exception, int code)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCode()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-