org.ow2.jonas.generators.genbase
Class NoJ2EEWebservicesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.jonas.generators.genbase.GenBaseException
              extended by org.ow2.jonas.generators.genbase.NoJ2EEWebservicesException
All Implemented Interfaces:
Serializable

public class NoJ2EEWebservicesException
extends GenBaseException

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

Author:
Guillaume Sauthier
See Also:
Serialized Form

Constructor Summary
NoJ2EEWebservicesException()
          Constructs NoJ2EEWebservicesException.
NoJ2EEWebservicesException(Exception inner)
          Constructs NoJ2EEWebservicesException.
NoJ2EEWebservicesException(String msg)
          Constructs NoJ2EEWebservicesException.
NoJ2EEWebservicesException(String msg, Exception inner)
          Constructs NoJ2EEWebservicesException.
 
Method Summary
 
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(String msg)
Constructs NoJ2EEWebservicesException.

Parameters:
msg - Exception message

NoJ2EEWebservicesException

public NoJ2EEWebservicesException(Exception inner)
Constructs NoJ2EEWebservicesException.

Parameters:
inner - Inner Exception

NoJ2EEWebservicesException

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

Parameters:
msg - Message text
inner - Inner Exception


Copyright © 2010 OW2 Consortium. All Rights Reserved.