com.sun.mail.iap
Class LiteralException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.mail.iap.ProtocolException
              extended by com.sun.mail.iap.LiteralException
All Implemented Interfaces:
java.io.Serializable

public class LiteralException
extends ProtocolException

Author:
Bill Shannon
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.sun.mail.iap.ProtocolException
response
 
Constructor Summary
LiteralException(Response r)
          Constructs a LiteralException with the specified Response object.
 
Method Summary
 
Methods inherited from class com.sun.mail.iap.ProtocolException
getResponse
 
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

LiteralException

public LiteralException(Response r)
Constructs a LiteralException with the specified Response object.



Copyright © 2010 Sun Microsystems, Inc.. All Rights Reserved.