|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.objectweb.jonas_lib.genbase.GenBaseException
org.objectweb.jonas_lib.genbase.NoJ2EEWebservicesException
public class NoJ2EEWebservicesException
Thrown By XMLUtils.newDocument() when DTD validated files are found.
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 |
---|
public NoJ2EEWebservicesException()
public NoJ2EEWebservicesException(String msg)
msg
- Exception messagepublic NoJ2EEWebservicesException(Exception inner)
inner
- Inner Exceptionpublic NoJ2EEWebservicesException(String msg, Exception inner)
msg
- Message textinner
- Inner Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |