Package io.engineblock.core
Class UserException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.engineblock.core.UserException
-
- All Implemented Interfaces:
java.io.Serializable
public class UserException extends java.lang.RuntimeExceptionUser exceptions are errors for which we know how to explain the cause to the user. For these, we should not need to log or report stack traces to any channel, as the cause of and thus the remedy for the error should be very obvious.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserException(java.lang.String exception)
-