edu.northwestern.at.utils.net.mime
Class InvalidBase64Encoding

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.northwestern.at.utils.net.mime.InvalidBase64Encoding
All Implemented Interfaces:
java.io.Serializable

public class InvalidBase64Encoding
extends java.lang.Exception

Thrown if a base64 string being decoded is invalid.

See Also:
Serialized Form

Constructor Summary
InvalidBase64Encoding(java.lang.String errorMessage)
          Constructs InvalidBase64Encoding exception.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidBase64Encoding

public InvalidBase64Encoding(java.lang.String errorMessage)
Constructs InvalidBase64Encoding exception.

Parameters:
errorMessage - Error message.