org.jgroups.service.lease

Class UnknownLeaseException


public class UnknownLeaseException
extends LeaseException

Field Summary

static String
DEFAULT_MESSAGE
protected Lease
unknownLease

Constructor Summary

UnknownLeaseException(String msg, Lease unknownLease)
UnknownLeaseException(Lease unknownLease)

Method Summary

Lease
getUnknownLease()

Field Details

DEFAULT_MESSAGE

public static final String DEFAULT_MESSAGE


unknownLease

protected Lease unknownLease

Constructor Details

UnknownLeaseException

public UnknownLeaseException(String msg,
                             Lease unknownLease)


UnknownLeaseException

public UnknownLeaseException(Lease unknownLease)

Method Details

getUnknownLease

public Lease getUnknownLease()


Copyright B) 2001,2002 www.jgroups.com . All Rights Reserved.