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
-
-
Constructor Summary
Constructors Constructor Description Base64FormatException()
Base64FormatException(java.lang.String message)
-