Class RunLevelException

    • Constructor Detail

      • RunLevelException

        public RunLevelException()
        Basic no-args constructor
      • RunLevelException

        public RunLevelException​(String message)
        Exception with message
        Parameters:
        message - The message to be associated with this exception
      • RunLevelException

        public RunLevelException​(Throwable origin)
        Exception with origin
        Parameters:
        origin - The exception that caused the exception
      • RunLevelException

        public RunLevelException​(String message,
                                 Throwable origin)
        Exception with message and origin
        Parameters:
        message - The message to be associated with this exception
        origin - The exception that caused the exception