org.caleigo.toolkit.tunnel
Class DynamicRemoteProxy.DefaultProxyExceptionMessage

java.lang.Object
  extended byorg.caleigo.toolkit.tunnel.DynamicRemoteProxy.DefaultProxyExceptionMessage
All Implemented Interfaces:
DynamicRemoteProxy.IProxyExceptionMessage, java.io.Serializable
Enclosing class:
DynamicRemoteProxy

protected static final class DynamicRemoteProxy.DefaultProxyExceptionMessage
extends java.lang.Object
implements DynamicRemoteProxy.IProxyExceptionMessage

See Also:
Serialized Form

Field Summary
protected  java.lang.Class mExceptionClass
           
protected  java.lang.String mMessage
           
 
Constructor Summary
DynamicRemoteProxy.DefaultProxyExceptionMessage(java.lang.Class exceptionClass, java.lang.String message)
           
 
Method Summary
 java.lang.Class getExceptionClass()
           
 java.lang.String getMessage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mExceptionClass

protected java.lang.Class mExceptionClass

mMessage

protected java.lang.String mMessage
Constructor Detail

DynamicRemoteProxy.DefaultProxyExceptionMessage

public DynamicRemoteProxy.DefaultProxyExceptionMessage(java.lang.Class exceptionClass,
                                                       java.lang.String message)
Method Detail

getExceptionClass

public java.lang.Class getExceptionClass()
Specified by:
getExceptionClass in interface DynamicRemoteProxy.IProxyExceptionMessage

getMessage

public java.lang.String getMessage()
Specified by:
getMessage in interface DynamicRemoteProxy.IProxyExceptionMessage


Copyright © 2005 Caleigo. All Rights Reserved.