Package org.molgenis.i18n
Class BadRequestException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.molgenis.i18n.CodedRuntimeException
-
- org.molgenis.i18n.BadRequestException
-
- All Implemented Interfaces:
Serializable,ErrorCoded
public abstract class BadRequestException extends CodedRuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBadRequestException(String errorCode)protectedBadRequestException(String errorCode, Throwable cause)
-
Method Summary
-
Methods inherited from class org.molgenis.i18n.CodedRuntimeException
getErrorCode, getLocalizedMessage, getLocalizedMessageArguments
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-