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