com.ibm.websphere.management.cmdframework
Class CommandException
- java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.ws.exception.WsException
com.ibm.websphere.management.exception.AdminException
com.ibm.websphere.management.cmdframework.CommandException
All implemented interfaces:
com.ibm.ws.exception.WsNestedException, java.io.Serializable
Direct known subclasses:
- public class CommandException
- extends AdminException
The base class for all the exceptions define in command framework component.
See Also:
Field Summary
- protected static
- com.ibm.ejs.ras.TraceNLS
|
nls
|
Constructor Summary
Method Summary
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, setStackTrace, toString |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail
nls
- protected static transient com.ibm.ejs.ras.TraceNLS nls
Constructor Detail
CommandException
- public CommandException(java.lang.String msg)
CommandException
- public CommandException(java.lang.Throwable th,
- java.lang.String msg)
CommandException
- public CommandException(java.lang.Throwable th)