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 a ServiceNotKnownException and behaves just like this. Its only purpose is to simplify the migration of the code base to the checked ServiceNotKnownException.
DO NOT EXPLICITLY THROW THIS EXCEPTION! It may only be caught but never thrown! It will be removed soon!
Author:
Ulrich Kreher
See Also: