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:
java.io.Serializable
public class NgcUiException extends NgcException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NgcUiException(LogMessage message)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LogMessage
getLogMessage()
-
-
-
Constructor Detail
-
NgcUiException
public NgcUiException(LogMessage message)
Constructor.- Parameters:
message
- LogMessage
-
-
Method Detail
-
getLogMessage
public LogMessage getLogMessage()
- Returns:
- log message
-
-