|
||||||||||
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.eclipse.jst.ws.jaxws.dom.runtime.api.WsDOMLoadCanceledException
public class WsDOMLoadCanceledException
Exception thrown in case the loading of WS DOM has been cancelled
Constructor Summary | |
---|---|
WsDOMLoadCanceledException(java.lang.String message,
java.lang.String localizedMessage)
Constructs exception with ability to provide localized message |
Method Summary | |
---|---|
java.lang.String |
getLocalizedMessage()
Returns localized message with which the exception was constructed. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, 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 WsDOMLoadCanceledException(java.lang.String message, java.lang.String localizedMessage)
message
- - the detail message (which is saved for later retrieval
by the Throwable.getMessage()
method)localizedMessage
- - the localized message (which is saved for later retrieval
by the getLocalizedMessage()
method)
java.lang.NullPointerException
- - in case localised message is nullMethod Detail |
---|
public java.lang.String getLocalizedMessage()
getLocalizedMessage
in class java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |