com.stc.connector.framework.jca.system
Class STCConnectionDisabledException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.resource.ResourceException
              extended bycom.stc.connector.framework.jca.system.STCConnectionDisabledException
All Implemented Interfaces:
java.io.Serializable

public class STCConnectionDisabledException
extends javax.resource.ResourceException

Exception class for Applcation Connection.

Version:
$Revision: 1.1 $
Author:
$Author: npiega $
See Also:
Serialized Form

Constructor Summary
STCConnectionDisabledException(java.lang.String msg)
          Constructs an instance of STCConnectionDisabledException with the specified detail message.
 
Methods inherited from class javax.resource.ResourceException
getErrorCode, getLinkedException, setLinkedException
 
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

STCConnectionDisabledException

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

Parameters:
msg - the detail message.