mailpuccino
Class FolderException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bymailpuccino.FolderException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DuplicateMessageException, ErrorResponseException, FolderLoginFailedException, FolderOfflineException, InvalidMessageException, MessageParseException

public class FolderException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
protected  java.lang.String Msg
           
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
FolderException()
           
FolderException(java.lang.String Msg)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

Msg

protected java.lang.String Msg
Constructor Detail

FolderException

public FolderException()

FolderException

public FolderException(java.lang.String Msg)
Method Detail

toString

public java.lang.String toString()