com.googlecode.xremoting.core.message
Class Thrown

java.lang.Object
  extended by 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

Constructor Summary
Thrown()
           
Thrown(Throwable throwable)
           
 
Method Summary
 Throwable getThrowable()
           
 void setThrowable(Throwable throwable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Thrown

public Thrown()

Thrown

public Thrown(Throwable throwable)
Method Detail

getThrowable

public Throwable getThrowable()

setThrowable

public void setThrowable(Throwable throwable)


Copyright © 2010. All Rights Reserved.