org.caleigo.toolkit.tunnel
Class AbstractTunnel.ErrorMessage

java.lang.Object
  extended byorg.caleigo.toolkit.tunnel.AbstractTunnel.ErrorMessage
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
AbstractTunnel

public static final class AbstractTunnel.ErrorMessage
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
protected  java.lang.String mErrorMessage
           
protected  java.lang.Throwable mThrowable
           
 
Constructor Summary
AbstractTunnel.ErrorMessage(java.lang.String errorMessage, java.lang.Throwable throwable)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

mErrorMessage

protected java.lang.String mErrorMessage

mThrowable

protected java.lang.Throwable mThrowable
Constructor Detail

AbstractTunnel.ErrorMessage

public AbstractTunnel.ErrorMessage(java.lang.String errorMessage,
                                   java.lang.Throwable throwable)
Method Detail

toString

public java.lang.String toString()


Copyright © 2005 Caleigo. All Rights Reserved.