Class UnmappedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.codingchili.core.context.CoreException
com.codingchili.core.protocol.exception.UnmappedException
- All Implemented Interfaces:
CoreExceptionFormat
,Serializable
An exception that is safe to forward to clients.
Never send any exception that might occur directly to clients.
- See Also:
- Serialized Form
-
Constructor Summary
-
Method Summary
Methods inherited from class com.codingchili.core.context.CoreException
status
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnmappedException
-