Package net.toddm.comm
Class CommException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.toddm.comm.CommException
-
- All Implemented Interfaces:
Serializable
public class CommException extends RuntimeException
An exception type thrown by the communications framework.- Author:
- Todd S. Murchison
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CommException()SeeRuntimeException().CommException(String msg)CommException(String msg, Throwable e)CommException(Throwable e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CommException
public CommException()
SeeRuntimeException().
-
CommException
public CommException(String msg)
-
CommException
public CommException(Throwable e)
-
-