|
RSE Release 3.3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.eclipse.rse.services.clientserver.messages.SystemMessageException
org.eclipse.rse.services.clientserver.messages.SystemUnexpectedErrorException
public class SystemUnexpectedErrorException
Exception thrown when the cause for a problem can not be determined. This class should be used rarely, because it's always better to tell users as explicitly as possible what went wrong. It's usually used as a temporary workaround while the time for finding a proper error message is not available.
| Constructor Summary | |
|---|---|
SystemUnexpectedErrorException(java.lang.String pluginId)
Default Constructor. |
|
| Method Summary |
|---|
| Methods inherited from class org.eclipse.rse.services.clientserver.messages.SystemMessageException |
|---|
getSystemMessage, setSystemMessage |
| 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 |
|---|
public SystemUnexpectedErrorException(java.lang.String pluginId)
pluginId - ID of the plugin in which the unexpected error was
cought.
|
RSE Release 3.3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||