Class NoRouteInvokerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.ikor.sip.foundation.testkit.exception.NoRouteInvokerException
-
- All Implemented Interfaces:
Serializable
public class NoRouteInvokerException extends Exception
Exception for non-existentRouteInvoker
inRouteInvokerFactory
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoRouteInvokerException(String routeId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Throwable
fillInStackTrace()
Method for hiding stack trace in console-
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NoRouteInvokerException
public NoRouteInvokerException(String routeId)
-
-
Method Detail
-
fillInStackTrace
public Throwable fillInStackTrace()
Method for hiding stack trace in console- Overrides:
fillInStackTrace
in classThrowable
- Returns:
- Throwable
-
-