com.sun.jini.outrigger
Class ThrowThis
java.lang.Object
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.
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
evID
private Long evID
toThrow
private Exception toThrow
ThrowThis
ThrowThis(Long evID,
Exception toThrow)
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.