Class LeaseDeniedException

All Implemented Interfaces:
Serializable

public class LeaseDeniedException extends LeaseException
An exception generated when a lease request or renewal is denied.
Since:
1.0
Author:
Sun Microsystems, Inc.
See Also:
  • Constructor Details

    • LeaseDeniedException

      public LeaseDeniedException()
      Constructs an LeaseDeniedException with no detail message.
    • LeaseDeniedException

      public LeaseDeniedException(String reason)
      Constructs an LeaseDeniedException with the specified detail message.
      Parameters:
      reason - a String containing the reason why the lease was denied