org.iids.aos.kernel.mux
Class ACTPMessageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.iids.aos.kernel.mux.ACTPMessageException
All Implemented Interfaces:
java.io.Serializable

public class ACTPMessageException
extends java.lang.Exception

Internal exception to signal an unwanted ACTP message came in on a base connection used by MUXP.

Author:
arno
See Also:
Serialized Form

Constructor Summary
ACTPMessageException()
          Creates a new instance of ACTPMessageException without detail message.
ACTPMessageException(java.lang.String msg)
          Constructs an instance of ACTPMessageException 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

ACTPMessageException

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


ACTPMessageException

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

Parameters:
msg - the detail message.


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