Package kos.core
Class Request.BadRequestException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- kos.core.exception.KosException
-
- kos.core.Request.BadRequestException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Request
public static class Request.BadRequestException extends KosException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description privateBadRequestException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
BadRequestException
private BadRequestException(String message)
-
-