Class RTServiceNotKnownException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.aristaflow.adept2.base.service.RTServiceNotKnownException
-
- All Implemented Interfaces:
Serializable
@Deprecated public class RTServiceNotKnownException extends RuntimeException
Deprecated.This runtime exception encapsulates aServiceNotKnownException
and behaves just like this. Its only purpose is to simplify the migration of the code base to the checkedServiceNotKnownException
.
DO NOT EXPLICITLY THROW THIS EXCEPTION! It may only be caught but never thrown! It will be removed soon!- Author:
- Ulrich Kreher
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RTServiceNotKnownException(ServiceNotKnownException snke)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getLocalizedMessage()
Deprecated.StackTraceElement[]
getStackTrace()
Deprecated.ServiceNotKnownException
getWrappedException()
Deprecated.void
printStackTrace()
Deprecated.void
printStackTrace(PrintStream s)
Deprecated.void
printStackTrace(PrintWriter s)
Deprecated.String
toString()
Deprecated.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getSuppressed, initCause, setStackTrace
-
-
-
-
Constructor Detail
-
RTServiceNotKnownException
public RTServiceNotKnownException(ServiceNotKnownException snke)
Deprecated.
-
-
Method Detail
-
getWrappedException
public ServiceNotKnownException getWrappedException()
Deprecated.
-
getLocalizedMessage
public String getLocalizedMessage()
Deprecated.- Overrides:
getLocalizedMessage
in classThrowable
-
getStackTrace
public StackTraceElement[] getStackTrace()
Deprecated.- Overrides:
getStackTrace
in classThrowable
-
printStackTrace
public void printStackTrace()
Deprecated.- Overrides:
printStackTrace
in classThrowable
-
printStackTrace
public void printStackTrace(PrintStream s)
Deprecated.- Overrides:
printStackTrace
in classThrowable
-
printStackTrace
public void printStackTrace(PrintWriter s)
Deprecated.- Overrides:
printStackTrace
in classThrowable
-
-