SunSPOT API V2.0


com.sun.squawk.io.mailboxes
Class MailboxClosedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.sun.squawk.io.mailboxes.MailboxClosedException

public class MailboxClosedException
extends IOException

This exception is thrown when trying to receive from a closed Mailbox.


Constructor Summary
MailboxClosedException(Mailbox box)
          Creates a new instance of MailboxClosedException
 
Method Summary
 
Methods inherited from class java.lang.Throwable
getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MailboxClosedException

public MailboxClosedException(Mailbox box)
Creates a new instance of MailboxClosedException


SunSPOT API V2.0


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