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
Convenient
Exception class.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionKosException(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
-
Constructor Details
-
KosException
-
KosException
-
KosException
-