| org.objectweb.jonas_ws.wsgen.WsGenException org.objectweb.jonas_ws.wsgen.NoJ2EEWebservicesException
NoJ2EEWebservicesException | public class NoJ2EEWebservicesException extends WsGenException (Code) | | Thrown By XMLUtils.newDocument() when DTD validated files are found.
author: Guillaume Sauthier |
NoJ2EEWebservicesException | public NoJ2EEWebservicesException()(Code) | | Constructs NoJ2EEWebservicesException.
|
NoJ2EEWebservicesException | public NoJ2EEWebservicesException(String msg)(Code) | | Constructs NoJ2EEWebservicesException.
Parameters: msg - Exception message |
NoJ2EEWebservicesException | public NoJ2EEWebservicesException(Exception inner)(Code) | | Constructs NoJ2EEWebservicesException.
Parameters: inner - Inner Exception |
NoJ2EEWebservicesException | public NoJ2EEWebservicesException(String msg, Exception inner)(Code) | | Constructs NoJ2EEWebservicesException.
Parameters: msg - Message text Parameters: inner - Inner Exception |
|
|