Class SessionServiceException

    • Constructor Detail

      • SessionServiceException

        public SessionServiceException()
        No-Arg Constructor
      • SessionServiceException

        public SessionServiceException​(String message)
        Constructs an instance of the exception with the specified detail message. A detail message is a String that describes this particular exception.
        Parameters:
        message - the detail message
      • SessionServiceException

        public SessionServiceException​(Throwable e)
        Constructs an instance of the exception with no detail message but with a single exception.
        Parameters:
        e - the exception that is encapsulated by this exception
      • SessionServiceException

        public SessionServiceException​(Throwable e,
                                       String message)
        Constructs an instance of the exception with the specified detail message and a single exception. A detail message is a String that describes this particular exception.
        Parameters:
        message - the detail message
        e - the exception that is encapsulated by this exception
      • SessionServiceException

        public SessionServiceException​(BundleUtil.Event code,
                                       String message)
        Construct an instance with an error code and message specified.
        Parameters:
        message - The error message
        code - The error code
      • SessionServiceException

        public SessionServiceException​(BundleUtil.Event code,
                                       Throwable e,
                                       String message)
        Construct an instance with a linked exception, and an error code and message, specified.
        Parameters:
        e - An exception to chain to this exception
        message - The error message
        code - The error code