Class RunLevelException

All Implemented Interfaces:
Serializable

public class RunLevelException extends HK2RuntimeException
Exception related to the operations of the RunLevelController.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      For serialization
      See Also:
  • Constructor Details

    • 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