|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
com.ericdaugherty.mail.server.errors.MalformedBase64ContentException
public class MalformedBase64ContentException
Thrown when the passed in batch of bytes does not correspond to a base64 encoded string.
Constructor Summary | |
---|---|
MalformedBase64ContentException()
Creates a new instance of MalformedBase64ContentException without detail message. |
|
MalformedBase64ContentException(java.lang.String msg)
Constructs an instance of MalformedBase64ContentException with the specified detail message. |
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 |
---|
public MalformedBase64ContentException()
MalformedBase64ContentException
without detail message.
public MalformedBase64ContentException(java.lang.String msg)
MalformedBase64ContentException
with the specified detail message.
msg
- the detail message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |