com.ibm.websphere.pmi
Class PmiException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.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.
 
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.