com.twistedmatrix.spread.pb
Class RemoteReference.RemoteError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.twistedmatrix.spread.pb.RemoteReference.RemoteError
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
RemoteReference

public class RemoteReference.RemoteError
extends java.lang.Exception

An error on the remote server.

See Also:
Serialized Form

Constructor Summary
RemoteReference.RemoteError(java.lang.String reason)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoteReference.RemoteError

public RemoteReference.RemoteError(java.lang.String reason)