org.hprog.code
Class CodeProtocol.Exn

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.hprog.code.CodeProtocol.Exn
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
CodeProtocol

public class CodeProtocol.Exn
extends java.lang.Exception

Exception for network errors. It wraps a cause exception.

See Also:
Serialized Form

Constructor Summary
CodeProtocol.Exn(java.lang.Exception e)
           
 
Method Summary
 void printTrace()
           
 java.lang.String toString()
          Describes exception with description of cause exception
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CodeProtocol.Exn

public CodeProtocol.Exn(java.lang.Exception e)
Parameters:
e - cause exception
Method Detail

toString

public java.lang.String toString()
Describes exception with description of cause exception

Overrides:
toString in class java.lang.Throwable

printTrace

public void printTrace()