Package com.saperion.ngc.exception
Class NgcUiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.saperion.ngc.exception.NgcException
com.saperion.ngc.exception.NgcUiException
- All Implemented Interfaces:
Serializable
Wrapper exception used to pass the proper error message to the view. The views should not handle
any other exceptions themselves (except AuthenticationException)!
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NgcUiException
Constructor.- Parameters:
message
- LogMessage
-
-
Method Details
-
getLogMessage
- Returns:
- log message
-