org.iids.aos.kernel.ac
Class MUXPMessageException

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

public class MUXPMessageException
extends java.lang.Exception

Internal exception to signal MUXP traffic on ACTP base connection.

Author:
arno
See Also:
Serialized Form

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

MUXPMessageException

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


MUXPMessageException

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

Parameters:
msg - the detail message.


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