com.sun.jini.outrigger
Class ThrowThis

java.lang.Object
  extended by com.sun.jini.outrigger.ThrowThis
All Implemented Interfaces:
Serializable

 class ThrowThis
extends Object
implements Serializable

This is used as a handback object to indicate that a proxy's blocked call should "return" by throwing an exception.

Author:
Sun Microsystems, Inc.

Field Summary
private  Long evID
           
(package private) static long serialVersionUID
           
private  Exception toThrow
           
 
Constructor Summary
ThrowThis(Long evID, Exception toThrow)
           
 
Method Summary
(package private)  Long id()
           
 String toString()
           
(package private)  Exception toThrow()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values

evID

private Long evID

toThrow

private Exception toThrow
Constructor Detail

ThrowThis

ThrowThis(Long evID,
          Exception toThrow)
Method Detail

id

Long id()

toThrow

Exception toThrow()

toString

public String toString()
Overrides:
toString in class Object


Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.