org.iids.aos.kernel.exception
Class UnknownConnectionIDException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.iids.aos.kernel.exception.KernelException
              extended by org.iids.aos.kernel.exception.UnknownConnectionIDException
All Implemented Interfaces:
java.io.Serializable

public class UnknownConnectionIDException
extends KernelException

Thrown when an unknown connectionID is passed to the kernel.

Author:
arno
See Also:
Serialized Form

Constructor Summary
UnknownConnectionIDException()
          Creates a new instance of UnknownConnectionIDException without detail message.
UnknownConnectionIDException(java.lang.String msg)
          Constructs an instance of UnknownConnectionIDException with the specified detail message.
 
Method Summary
 
Methods inherited from class org.iids.aos.kernel.exception.KernelException
string2object, sunJavaException2kernelException
 
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

UnknownConnectionIDException

public UnknownConnectionIDException()
Creates a new instance of UnknownConnectionIDException without detail message.


UnknownConnectionIDException

public UnknownConnectionIDException(java.lang.String msg)
Constructs an instance of UnknownConnectionIDException with the specified detail message.

Parameters:
msg - the detail message.


Copyright © 2003, 2004 IIDS Group. All Rights Reserved.