org.objectweb.jonas_ws.wsgen
Class NoJ2EEWebservicesException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.jonas_lib.genbase.GenBaseException
              extended byorg.objectweb.jonas_ws.wsgen.WsGenException
                  extended byorg.objectweb.jonas_ws.wsgen.NoJ2EEWebservicesException
All Implemented Interfaces:
java.io.Serializable

public class NoJ2EEWebservicesException
extends WsGenException

Thrown By XMLUtils.newDocument() when DTD validated files are found.

Author:
Guillaume Sauthier
See Also:
Serialized Form

Constructor Summary
NoJ2EEWebservicesException()
          Constructs NoJ2EEWebservicesException.
NoJ2EEWebservicesException(java.lang.Exception inner)
          Constructs NoJ2EEWebservicesException.
NoJ2EEWebservicesException(java.lang.String msg)
          Constructs NoJ2EEWebservicesException.
NoJ2EEWebservicesException(java.lang.String msg, java.lang.Exception inner)
          Constructs NoJ2EEWebservicesException.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoJ2EEWebservicesException

public NoJ2EEWebservicesException()
Constructs NoJ2EEWebservicesException.


NoJ2EEWebservicesException

public NoJ2EEWebservicesException(java.lang.String msg)
Constructs NoJ2EEWebservicesException.

Parameters:
msg - Exception message

NoJ2EEWebservicesException

public NoJ2EEWebservicesException(java.lang.Exception inner)
Constructs NoJ2EEWebservicesException.

Parameters:
inner - Inner Exception

NoJ2EEWebservicesException

public NoJ2EEWebservicesException(java.lang.String msg,
                                  java.lang.Exception inner)
Constructs NoJ2EEWebservicesException.

Parameters:
msg - Message text
inner - Inner Exception