diff options
Diffstat (limited to 'src/org/uic/ticket/EncodingFormatException.java')
-rw-r--r-- | src/org/uic/ticket/EncodingFormatException.java | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/src/org/uic/ticket/EncodingFormatException.java b/src/org/uic/ticket/EncodingFormatException.java deleted file mode 100644 index e6651ba..0000000 --- a/src/org/uic/ticket/EncodingFormatException.java +++ /dev/null @@ -1,26 +0,0 @@ -/*
- *
- */
-package org.uic.ticket;
-
-
-/**
- * The Class EncodingFormatException.
- */
-public class EncodingFormatException extends Exception {
-
- /**
- *
- */
- private static final long serialVersionUID = -6949233719793346110L;
-
- /**
- * Instantiates a new encoding format exception. The exception indicates a violation of the asn.1 ticket format specification
- *
- * @param message the message
- */
- public EncodingFormatException(String message) {
- super(message);
- }
-
-}
|