rpc
Class PresentationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by rpc.RpcException
                  extended by rpc.BindException
                      extended by rpc.PresentationException
All Implemented Interfaces:
java.io.Serializable

public class PresentationException
extends BindException

See Also:
Serialized Form

Constructor Summary
PresentationException()
           
PresentationException(java.lang.String message)
           
PresentationException(java.lang.String message, PresentationResult result)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PresentationException

public PresentationException()

PresentationException

public PresentationException(java.lang.String message)

PresentationException

public PresentationException(java.lang.String message,
                             PresentationResult result)