Oracle© Collaboration Suite Workspaces Web Services API Reference
10g Release 1 (10.1.2.2)

Part No. B28209-01


oracle.workspaces.ws.exceptions
Class CwWSException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byoracle.workspaces.ws.exceptions.CwWSException

All Implemented Interfaces:
java.io.Serializable

public class CwWSException
extends java.lang.Exception

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.

See Also:
Serialized Form

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

getErrorCode

public int getErrorCode()
Gets the errorCode value for this CwWSException. This error code represents the actual operation that failed and is useful in reporting an exception.
Returns:
errorCode

getErrorMessage

public java.lang.String getErrorMessage()
Gets the errorMessage value for this CwWSException.
Returns:
errorMessage

getServerStackTrace

public java.lang.String[] getServerStackTrace()
Gets the serverStackTrace value for this CwWSException.
Returns:
serverStackTrace

Copyright © 2001, 2006, Oracle. All rights reserved.