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

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.GPEClientException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
GPECertificateProcessionException, GPEFileTransferProtocolNotSupportedException, GPEIncarnationCreationFailedException, GPEMarshallingException, GPESecurityException, GPEStorageClientException, GPEUnmarshallingException, GPEWrongJobTypeException

public abstract class GPEClientException
extends GPEException

Top of GPE client-side exception hierarchy.

Version:
$Id: GPEClientException.java,v 1.5 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
GPEClientException(java.lang.String message, java.lang.Throwable cause, ServiceClient resourceClient)
           
 
Method Summary
 
Methods inherited from class com.intel.gpe.clients.api.exceptions.GPEException
getReason, 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

GPEClientException

public GPEClientException(java.lang.String message,
                          java.lang.Throwable cause,
                          ServiceClient resourceClient)


Copyright © 2008. All Rights Reserved.