com.intel.gpe.clients.api.exceptions
Class GPEServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.intel.gpe.clients.api.exceptions.GPEException
              extended by com.intel.gpe.clients.api.exceptions.GPEServiceException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
GPEAddRefusedException, GPEApplicationNotAddedException, GPEApplicationNotRemovedException, GPEByteIOCustomException, GPEByteIOReadNotPermittedException, GPEByteIOSeekNotPermittedException, GPEByteIOTruncateNotPermittedException, GPEByteIOUnsupportedTransferException, GPEByteIOWriteNotPermittedException, GPEContentCreationFailedException, GPEDirectoryNotCreatedException, GPEDirectoryNotListedException, GPEExportFileResourceNotCreatedException, GPEFileNotCopiedException, GPEFileNotDeletedException, GPEFileNotRenamedException, GPEFilePropertiesNotListedException, GPEImportFileResourceNotCreatedException, GPEInvalidResourcePropertyQNameException, GPEInvalidTopicExpressionException, GPEJobNotAbortedException, GPEJobNotHeldException, GPEJobNotResumedException, GPEJobNotStartedException, GPEJobNotSubmittedException, GPEPermissionsNotChangedException, GPEQueryLanguageException, GPEResourceNotDestroyedException, GPEResourceUnknownException, GPESubscribeCreationFailedException, GPETerminationTimeChangeRejectedException, GPETopicDialectUnknownException, GPETopicNotSupportedException, GPETSRNotCreatedException, GPEUnableToSetTerminationTimeException, GPEUnsupportedMemberInterfaceException, GPEUserNotAddedException, GPEUserNotRemovedException, GPEUserNotUpdatedException, GPEVirtualWorkspaceShutdownException

public abstract class GPEServiceException
extends GPEException

Top of server-side exceptions hierarchy.

Version:
$Id: GPEServiceException.java,v 1.8 2006/02/18 18:42:29 nbmalysh Exp $
Author:
Dmitry Petrov
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.intel.gpe.clients.api.exceptions.GPEException
resourceClient
 
Constructor Summary
GPEServiceException(java.lang.String message, FaultWrapper fault, ServiceClient resourceClient)
           
 
Method Summary
 java.lang.String getFaultDescriptionAsString(java.lang.String prefix, java.lang.String delimiter, java.lang.String postfix)
           
 FaultWrapper getFaultWrapper()
           
 java.lang.String getReason()
          Get exception reasong - the text of message to be displayed by client applications
 
Methods inherited from class com.intel.gpe.clients.api.exceptions.GPEException
getResourceClient
 
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

GPEServiceException

public GPEServiceException(java.lang.String message,
                           FaultWrapper fault,
                           ServiceClient resourceClient)
Method Detail

getFaultWrapper

public FaultWrapper getFaultWrapper()

getFaultDescriptionAsString

public java.lang.String getFaultDescriptionAsString(java.lang.String prefix,
                                                    java.lang.String delimiter,
                                                    java.lang.String postfix)

getReason

public java.lang.String getReason()
Description copied from class: GPEException
Get exception reasong - the text of message to be displayed by client applications

Overrides:
getReason in class GPEException
Returns:


Copyright © 2008. All Rights Reserved.