source: fedd/abac-src/rtml/src/edu/stanford/rt/credential/CredException.java @ 705233b

version-1.30
Last change on this file since 705233b was 8780cbec, checked in by Jay Jacobs <Jay.Jacobs@…>, 15 years ago

ABAC sources from Cobham

  • Property mode set to 100644
File size: 227 bytes
Line 
1package edu.stanford.rt.credential;
2
3/**
4 * @author Ninghui Li, Sandra Qiu <br>
5 *
6 */
7public class CredException extends java.lang.Exception
8{
9    public CredException(String msg)
10    {
11        super(msg);
12    }
13}
Note: See TracBrowser for help on using the repository browser.