|
soap tutorial | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
adriani.jws.template.wrappers.WrapperFault
adriani.jws.template.wrappers.WrapperFaultOut
public class WrapperFaultOut
Simple exception class representing a validation error when constructing the main ouput ADBBean
object contained in the WrappedOut
class.
Constructor Summary | |
---|---|
WrapperFaultOut()
Stateless constructor. |
|
WrapperFaultOut(java.lang.String string)
Stateful constructor. |
|
WrapperFaultOut(java.lang.String string,
java.lang.Throwable throwable)
Stateful constructor, as above, but defining also a general Throwable object. |
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 WrapperFaultOut()
public WrapperFaultOut(java.lang.String string)
super()
constructor to set
the general error message for this exception, which will be returned by invoking the method
exception.getMessage()
.
string
- the validation message error for this exceptionpublic WrapperFaultOut(java.lang.String string, java.lang.Throwable throwable)
Throwable
object.
string
- the validation message error for this exceptionthrowable
- the throwable object generating the exception
|
Build 18/09/2012 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |