com.sun.ebxml.registry.lcm.quota
Class QuotaExceededException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.sun.ebxml.registry.RegistryException
              extended bycom.sun.ebxml.registry.lcm.quota.QuotaExceededException
All Implemented Interfaces:
java.io.Serializable

public class QuotaExceededException
extends RegistryException

See Also:
Serialized Form

Constructor Summary
QuotaExceededException(java.lang.String userId, long repositoryQuota)
           
 
Methods inherited from class com.sun.ebxml.registry.RegistryException
getException, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

QuotaExceededException

public QuotaExceededException(java.lang.String userId,
                              long repositoryQuota)