org.glite.wms.wmproxy
Class GetQuotaManagementFaultException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.glite.wms.wmproxy.BaseException
              extended by org.glite.wms.wmproxy.GetQuotaManagementFaultException
All Implemented Interfaces:
java.io.Serializable

public class GetQuotaManagementFaultException
extends BaseException

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. For Example, the WMProxy server throws this type of the exception if Disk Quotas has not been set.

See Also:
Serialized Form

Constructor Summary
GetQuotaManagementFaultException()
          Constructs an Exception with no specified detail message.
GetQuotaManagementFaultException(java.lang.String message)
          Constructs an Exception with the specified detail message.
 
Method Summary
 
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
 

Constructor Detail

GetQuotaManagementFaultException

public GetQuotaManagementFaultException()
Constructs an Exception with no specified detail message.


GetQuotaManagementFaultException

public GetQuotaManagementFaultException(java.lang.String message)
Constructs an Exception with the specified detail message.