com.ibm.websphere.pmi
Class PmiException
- java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.websphere.pmi.PmiException
All implemented interfaces:
java.io.Serializable
- public class PmiException
- extends java.lang.Exception
See Also:
Constructor Summary
Constructor and Description |
---|
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.