|
Oracle© Collaboration Suite Workspaces Web Services API Reference 10g Release 1 (10.1.2.2) Part No. B28209-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.workspaces.ws.exceptions.CwWSException
CwWSException is the only class for all errors and exceptions which can occur in Collaborative workspaces Web services layer.
The exceptions resulting while performing workspace operations and attribute validation exceptions are propagated as CwWSExceptions to calling programs.
Method Summary | |
int |
getErrorCode() Gets the errorCode value for this CwWSException. |
java.lang.String |
getErrorMessage() Gets the errorMessage value for this CwWSException. |
java.lang.String[] |
getServerStackTrace() Gets the serverStackTrace value for this CwWSException. |
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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public int getErrorCode()
public java.lang.String getErrorMessage()
public java.lang.String[] getServerStackTrace()
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |