HOME

com.ireasoning.protocol.tl1
Class TL1Exception

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.ireasoning.protocol.tl1.TL1Exception
All Implemented Interfaces:
Serializable

public class TL1Exception
extends RuntimeException

General TL1 exception

See Also:
Serialized Form

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

Parameters:
mesg - the detail message

HOME

Copyright © 2002 iReasoning Inc. All Rights Reserved.