| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.apache.beehive.controls.api.ControlException
ControlException | public class ControlException extends RuntimeException (Code) | | The ControlException class declares an unchecked exception that is thrown by the Controls
runtime under certain failure conditions.
|
ControlException | public ControlException()(Code) | | Default constructor.
|
ControlException | public ControlException(String message)(Code) | | Constructs a ControlException object with the specified String as a message.
Parameters: message - The message to use. |
ControlException | public ControlException(Throwable t)(Code) | | Constructs a ControlException with the specified cause.
Parameters: t - the cause |
ControlException | public ControlException(String message, Throwable t)(Code) | | Constructs a ControlException object using the specified String as a message, and the
specified Throwable as a nested exception.
Parameters: message - The message to use. Parameters: t - The exception to nest within this exception. |
|
|
|