IBM WebSphere Application ServerTM
Release 7

com.ibm.wsspi.pmi.factory
Class StatsFactoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.wsspi.pmi.factory.StatsFactoryException
All Implemented Interfaces:
java.io.Serializable

public class StatsFactoryException
extends java.lang.Exception

StatsFactoryException is thrown from StatsFactory to indicate an error while creating a StatsInstance or a StatsGroup.

See Also:
Serialized Form

Constructor Summary
StatsFactoryException()
          Default Constructor
StatsFactoryException(java.lang.String s)
          Constructor taking a String.
 
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

StatsFactoryException

public StatsFactoryException()
Default Constructor


StatsFactoryException

public StatsFactoryException(java.lang.String s)
Constructor taking a String.

Parameters:
s - message

IBM WebSphere Application ServerTM
Release 7