// Copyright 1998 The Open Group Research Institute.  All rights reserved.

package krb4.lib;

public class LockException extends Exception {
	public LockException() {
	}
}

