Class UnsuspendedRouteException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.ikor.sip.foundation.testkit.exception.UnsuspendedRouteException
-
- All Implemented Interfaces:
Serializable
public class UnsuspendedRouteException extends RuntimeException
Exception for unsuspended routes used inCamelContextLifecycleHandler
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsuspendedRouteException(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
-
UnsuspendedRouteException
public UnsuspendedRouteException(String routeId)
-
-
Method Detail
-
fillInStackTrace
public Throwable fillInStackTrace()
Method for hiding stack trace in console- Overrides:
fillInStackTrace
in classThrowable
- Returns:
- Throwable
-
-