net.wimpi.telnetd.net
Class IACException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by net.wimpi.telnetd.net.IACException
All Implemented Interfaces:
java.io.Serializable

public class IACException
extends java.io.IOException

Class that implements an IACException. This kind of Exception is used by the io subsystem, and should not be passed to the application layer. Please report a bug if it does.

Version:
2.0 (16/07/2006)
Author:
Dieter Wimberger
See Also:
Serialized Form

Constructor Summary
IACException(java.lang.String msg)
          Constructs an IACException instance with a given message (i.e.
 
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

IACException

public IACException(java.lang.String msg)
Constructs an IACException instance with a given message (i.e. human readable reason).

Parameters:
msg - a String that describes what happened.


Copyright © 2010. All Rights Reserved.