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