Uses of Class
org.glite.wms.wmproxy.BaseException

Uses of BaseException in org.glite.wms.wmproxy
 

Subclasses of BaseException in org.glite.wms.wmproxy
 class AuthenticationFaultException
          This exception is thrown to indicate that an authentication error occurs while accessing the WMProxy services.
 class AuthorizationFaultException
          This exception is thrown to indicate that the client is not authorized to perform the requested operation.
 class CredentialException
          This exception is thrown to indicate that an error occurs while either handling the local user proxy or delegating user credential
 class GetQuotaManagementFaultException
          This exception is thrown to indicate that an error occurs while requesting information about setting of UserQuota on the WMProxyServer Disk Quotas is the maximum amount of disk space that a system administrator can allocate for users or groups.
 class InvalidArgumentFaultException
          This exception is thrown to indicate that an input argument of the requested operation is not valid (i.e.
 class JobUnknownFaultException
          This exception is thrown to indicate that a job has not been registered to that WMProxy server
 class NoSuitableResourcesFaultException
          Thrown to indicate that during the requested operation no suitable resources matching job requirements have been found.
 class OperationNotAllowedFaultException
          This exception is thrown to indicate that the current job status does not allow requested operation.
 class ServiceException
          This exception is thrown to indicate that an error occurs during the execution of the remote method call to the WMProxy server
 class ServiceURLException
          This exception is thrown to indicate that a malformed URL has occurred.