com.sun.squawk.io.mailboxes
Class AddressClosedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.sun.squawk.io.mailboxes.AddressClosedException
public class AddressClosedException
- extends IOException
This exception is thrown when trying to send to a closed MailboxAddress,
or when reading from a Mailbox, and the MailBoxHandler is managing
a private address that has closed.
AddressClosedException
public AddressClosedException(MailboxAddress closedAddress)
- Creates a new instance of AddressClosedException
getClosedAddress
public MailboxAddress getClosedAddress()
Copyright © 2007 Sun Microsystems, Inc. All Rights Reserved.