Class ControllerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
be.theking90000.mumble.controller.core.ControllerException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CommandRejectedException, OwnershipLostException, SessionClosedException

public class ControllerException extends RuntimeException
Base unchecked exception for local validation, protocol, and asynchronous controller failures.
See Also:
  • Constructor Details

    • ControllerException

      public ControllerException(String message)
      Creates a controller exception with a descriptive message.
      Parameters:
      message - description of the failure
    • ControllerException

      public ControllerException(String message, Throwable cause)
      Creates a controller exception with a descriptive message and underlying cause.
      Parameters:
      message - description of the failure
      cause - underlying failure