| org.jicarilla.container.JicarillaException org.jicarilla.container.RegistrationException org.jicarilla.container.IllegalSelectorException
m_selector | protected Selector m_selector(Code) | | The selector that is illegal.
|
IllegalSelectorException | public IllegalSelectorException(Selector selector)(Code) | | Construct a new IllegalSelectorException instance.
Parameters: selector - the selector that is illegal. |
IllegalSelectorException | public IllegalSelectorException(Selector selector, String message)(Code) | | Construct a new IllegalSelectorException instance.
Parameters: selector - the selector that is illegal. Parameters: message - the detail message for this exception. |
IllegalSelectorException | public IllegalSelectorException(Selector selector, Throwable throwable)(Code) | | Construct a new IllegalSelectorException instance.
Parameters: selector - the selector that is illegal. Parameters: throwable - the root cause of the exception. |
IllegalSelectorException | public IllegalSelectorException(Selector selector, String message, Throwable throwable)(Code) | | Construct a new IllegalSelectorException instance.
Parameters: selector - the selector that is illegal. Parameters: message - the detail message for this exception. Parameters: throwable - the root cause of the exception. |
getSelector | public Selector getSelector()(Code) | | Retrieve the illegal selector.
the selector that is illegal. |
|
|