ConForM.CoopnTools.JavaProto
Class JavaProtoException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--ConForM.CoopnTools.JavaProto.JavaProtoException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
UnimplementedFeatureException

public class JavaProtoException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
JavaProtoException()
           
JavaProtoException(java.lang.String message)
           
 
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

JavaProtoException

public JavaProtoException()

JavaProtoException

public JavaProtoException(java.lang.String message)