weblogic.management
Class ApplicationException
java.lang.Object
NestedException
weblogic.management.ApplicationException
- Direct Known Subclasses:
- InvalidRedeployRequestException
public class ApplicationException
- extends NestedException
- See Also:
ApplicationContainer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApplicationException
public ApplicationException(String msg,
Throwable nested)
ApplicationException
public ApplicationException(Exception e)
getApplicationMessage
public String getApplicationMessage()
- This is for the purpose of remote clients who get this exception. It
contains the text from getMessage() of the server exception, without
the stacktrace which RMI adds when Server.InstrumentStackTraceEnabled
is true. (When it is false, getMessage() on client side returns nothing.)
This method can be used to get just the getMessage() text, in any case.
getModuleErrors
public Hashtable getModuleErrors()
getTargetException
public Exception getTargetException(String moduleName)