javax.mail
Class StoreClosedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.mail.MessagingException
              extended by javax.mail.StoreClosedException
All Implemented Interfaces:
java.io.Serializable

public class StoreClosedException
extends MessagingException

This exception is thrown when a method is invoked on a Messaging object and the Store that owns that object has died due to some reason. This exception should be treated as a fatal error; in particular any messaging object belonging to that Store must be considered invalid.

The connect method may be invoked on the dead Store object to revive it.

The getMessage() method returns more detailed information about the error that caused this exception.

Author:
John Mani
See Also:
Serialized Form

Constructor Summary
StoreClosedException(Store store)
          Constructor
StoreClosedException(Store store, java.lang.String message)
          Constructor
 
Method Summary
 Store getStore()
          Returns the dead Store object
 
Methods inherited from class javax.mail.MessagingException
getCause, getNextException, setNextException, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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
 

Constructor Detail

StoreClosedException

public StoreClosedException(Store store)
Constructor

Parameters:
store - The dead Store object

StoreClosedException

public StoreClosedException(Store store,
                            java.lang.String message)
Constructor

Parameters:
store - The dead Store object
message - The detailed error message
Method Detail

getStore

public Store getStore()
Returns the dead Store object



Submit a bug or feature

Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.

Generated on 10-February-2011 12:41