HOME

com.ireasoning.protocol.tl1
Class TL1Exception

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.ireasoning.protocol.tl1.TL1Exception
All Implemented Interfaces:
java.io.Serializable

public class TL1Exception
extends java.lang.RuntimeException

General TL1 exception

See Also:
Serialized Form

Constructor Summary
TL1Exception(java.lang.String mesg)
          Constructs a new exception with the specified detail message
 
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

TL1Exception

public TL1Exception(java.lang.String mesg)
Constructs a new exception with the specified detail message

Parameters:
mesg - the detail message

HOME

Copyright © 2002 iReasoning Inc. All Rights Reserved.