Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      LogMessage getLogMessage()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NgcUiException

        public NgcUiException​(LogMessage message)
        Constructor.
        Parameters:
        message - LogMessage
    • Method Detail

      • getLogMessage

        public LogMessage getLogMessage()
        Returns:
        log message