source:
fedd/abac-src/rtml/src/edu/stanford/rt/credential/DomainSpecException.java
@
bc24428
Last change on this file since bc24428 was 8780cbec, checked in by , 15 years ago | |
---|---|
|
|
File size: 239 bytes |
Line | |
---|---|
1 | package edu.stanford.rt.credential; |
2 | |
3 | /** |
4 | * @author Ninghui Li, Sandra Qiu <br> |
5 | * |
6 | */ |
7 | public class DomainSpecException extends java.lang.Exception |
8 | { |
9 | public DomainSpecException(String msg) |
10 | { |
11 | super(msg); |
12 | } |
13 | } |
Note: See TracBrowser
for help on using the repository browser.