org.apache.geronimo.javamail.util
Class CommandFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.mail.MessagingException
              extended by org.apache.geronimo.javamail.util.CommandFailedException
All Implemented Interfaces:
Serializable

public class CommandFailedException
extends MessagingException

See Also:
Serialized Form

Constructor Summary
CommandFailedException()
           
CommandFailedException(String message)
           
CommandFailedException(String message, Exception cause)
           
 
Method Summary
 
Methods inherited from class javax.mail.MessagingException
getMessage, getNextException, setNextException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

CommandFailedException

public CommandFailedException()

CommandFailedException

public CommandFailedException(String message)

CommandFailedException

public CommandFailedException(String message,
                              Exception cause)


Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.