Package ubic.gemma.rest.util
Class MalformedArgException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.ws.rs.WebApplicationException
javax.ws.rs.ClientErrorException
javax.ws.rs.BadRequestException
ubic.gemma.rest.util.MalformedArgException
- All Implemented Interfaces:
Serializable
public class MalformedArgException
extends javax.ws.rs.BadRequestException
Specialized error for malformed
Arg
The recommended HTTP status for this exception is 400 Bad Request.- Author:
- poirigui
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMalformedArgException(String message) MalformedArgException(String message, Throwable cause) MalformedArgException(Throwable cause) -
Method Summary
Methods inherited from class javax.ws.rs.WebApplicationException
getResponseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MalformedArgException
-
MalformedArgException
-
MalformedArgException
-