Class RunLevelException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID
      For serialization
    • Constructor Summary

      Constructors 
      Constructor Description
      RunLevelException()
      Basic no-args constructor
      RunLevelException​(java.lang.String message)
      Exception with message
      RunLevelException​(java.lang.String message, java.lang.Throwable origin)
      Exception with message and origin
      RunLevelException​(java.lang.Throwable origin)
      Exception with origin
    • Method Summary

      • 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
    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        For serialization
        See Also:
        Constant Field Values
    • Constructor Detail

      • RunLevelException

        public RunLevelException()
        Basic no-args constructor
      • RunLevelException

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

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

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