Class ViewableContextException

    • Constructor Detail

      • ViewableContextException

        public ViewableContextException​(String message)
        Construct a new instance with the supplied message.
        Parameters:
        message - the message.
      • ViewableContextException

        public ViewableContextException​(String message,
                                        Throwable cause)
        Construct a new instance with the supplied message and cause.
        Parameters:
        message - the message.
        cause - the Throwable that caused the exception to be thrown.
      • ViewableContextException

        public ViewableContextException​(Throwable cause)
        Construct a new instance with the supplied cause.
        Parameters:
        cause - the Throwable that caused the exception to be thrown.