com.stc.connector.management
Class STCCreateMBeanException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.stc.connector.management.STCCreateMBeanException
All Implemented Interfaces:
java.io.Serializable

public class STCCreateMBeanException
extends java.lang.Exception

Exception class for Applcation Connection.

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

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

STCCreateMBeanException

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


STCCreateMBeanException

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

Parameters:
msg - the detail message.