source:
fedd/abac-src/rbtm/credential/CredentialParsingException.java
@
df783c1
Last change on this file since df783c1 was 8780cbec, checked in by , 15 years ago | |
---|---|
|
|
File size: 173 bytes |
Line | |
---|---|
1 | |
2 | package edu.stanford.peer.rbtm.credential; |
3 | |
4 | public class CredentialParsingException extends Exception |
5 | { |
6 | CredentialParsingException(String info) { super(info); } |
7 | } |
Note: See TracBrowser
for help on using the repository browser.