IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.pmi
Class PmiException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.websphere.pmi.PmiException
All Implemented Interfaces:
java.io.Serializable

public class PmiException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
PmiException()
          PmiException may be thrown by PmiClient if something goes wrong.
PmiException(java.lang.String s)
          PmiException may be thrown by PmiClient if something goes wrong.
 
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

PmiException

public PmiException(java.lang.String s)
PmiException may be thrown by PmiClient if something goes wrong.


PmiException

public PmiException()
PmiException may be thrown by PmiClient if something goes wrong.


IBM WebSphere Application ServerTM
Release 7