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 malformedArg
The recommended HTTP status for this exception is 400 Bad Request.- Author:
- poirigui
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MalformedArgException(String message)
MalformedArgException(String message, Throwable cause)
MalformedArgException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-