@Deprecated
public class RTServiceNotKnownException
extends java.lang.RuntimeException
ServiceNotKnownException
and behaves just like this. Its only purpose is to simplify the migration of
the code base to the checked ServiceNotKnownException. | Constructor and Description |
|---|
RTServiceNotKnownException(ServiceNotKnownException snke)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLocalizedMessage()
Deprecated.
|
java.lang.StackTraceElement[] |
getStackTrace()
Deprecated.
|
ServiceNotKnownException |
getWrappedException()
Deprecated.
|
void |
printStackTrace()
Deprecated.
|
void |
printStackTrace(java.io.PrintStream s)
Deprecated.
|
void |
printStackTrace(java.io.PrintWriter s)
Deprecated.
|
java.lang.String |
toString()
Deprecated.
|
public RTServiceNotKnownException(ServiceNotKnownException snke)
public ServiceNotKnownException getWrappedException()
public java.lang.String getLocalizedMessage()
getLocalizedMessage in class java.lang.Throwablepublic java.lang.StackTraceElement[] getStackTrace()
getStackTrace in class java.lang.Throwablepublic void printStackTrace()
printStackTrace in class java.lang.Throwablepublic void printStackTrace(java.io.PrintStream s)
printStackTrace in class java.lang.Throwablepublic void printStackTrace(java.io.PrintWriter s)
printStackTrace in class java.lang.Throwablepublic java.lang.String toString()
toString in class java.lang.Throwable