Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

ServiceException Class

Base class for exceptions. ServiceExceptions are returned to the portal as SOAP Faults, except in the cases of subclasses that return a status code. These subclasses include: AccessDeniedException, AccountExpiredException, AccountLockedException, CustomAuthenticationFailureException, CustomServiceFailureException, GeneralFailureException, InvalidConfigurationException, InvalidUsernameOrPasswordException, NoLongerExistsException, NoSuchUserException, NotAvailableException, NotInitializedException, PasswordExpiredException, PasswordMustChangeException, RemoteServerUnavailableException, RemoteServerUnreachableException, ValidationException, and SearchException.

For a list of all members of this type, see ServiceException Members.

System.Object
   System.Exception
      Plumtree.Remote.ServiceException
         Derived types

public class ServiceException : Exception

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Plumtree.Remote

Assembly: idk (in idk.dll)

See Also

ServiceException Members | Plumtree.Remote Namespace