Package org.apache.vinci.transport.util
Class Base64FormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.vinci.transport.util.Base64FormatException
-
- All Implemented Interfaces:
java.io.Serializable
public class Base64FormatException extends java.io.IOException
Special exception type thrown by Base64Converter.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description Base64FormatException()
Base64FormatException(java.lang.String message)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-