com.googlecode.xremoting.core.message
Class Thrown
java.lang.Object
com.googlecode.xremoting.core.message.Thrown
- All Implemented Interfaces:
- Serializable
public class Thrown
- extends Object
- implements Serializable
Value object for a Throwable thrown during the remote call.
- Author:
- Roman Puchkovskiy
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Thrown
public Thrown()
Thrown
public Thrown(Throwable throwable)
getThrowable
public Throwable getThrowable()
setThrowable
public void setThrowable(Throwable throwable)
Copyright © 2012. All Rights Reserved.