Sun Adapter for MSMQ API

com.stc.connector.msmqadapter.appconn
Class MSMQApplicationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.stc.connector.appconn.common.ApplicationException
              extended by com.stc.connector.msmqadapter.appconn.MSMQApplicationException
All Implemented Interfaces:
java.io.Serializable

public class MSMQApplicationException
extends com.stc.connector.appconn.common.ApplicationException

Exception class for MSMQ application.

See Also:
Serialized Form

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

MSMQApplicationException

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


MSMQApplicationException

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

Parameters:
msg - the detail message.

Sun Adapter for MSMQ API