com.threerings.util
Class Resulting.ReusableInvocationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.threerings.presents.server.InvocationException
              extended by com.threerings.util.Resulting.ReusableInvocationException
All Implemented Interfaces:
Serializable
Enclosing class:
Resulting<T>

protected static class Resulting.ReusableInvocationException
extends InvocationException

See Also:
Serialized Form

Field Summary
protected  String _msg
           
 
Constructor Summary
Resulting.ReusableInvocationException()
           
 
Method Summary
 String getMessage()
           
 Resulting.ReusableInvocationException setMessage(String msg)
           
 
Methods inherited from class com.threerings.presents.server.InvocationException
require, requireAccess, requireAccess
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_msg

protected String _msg
Constructor Detail

Resulting.ReusableInvocationException

public Resulting.ReusableInvocationException()
Method Detail

setMessage

public Resulting.ReusableInvocationException setMessage(String msg)

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable