Class PropagationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.syncope.core.provisioning.api.propagation.PropagationException
- All Implemented Interfaces:
Serializable
Bear stacktrace received during propagation towards a certain resource.
- See Also:
-
Constructor Summary
ConstructorDescriptionPropagationException
(String resourceName, String stackTrace) Create a new instance based on resource name and original stacktrace received during propagation. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PropagationException
Create a new instance based on resource name and original stacktrace received during propagation.- Parameters:
resourceName
- name of resource involved in this exceptionstackTrace
- original stacktrace
-
-
Method Details
-
getResourceName
- Returns:
- name of resource involved in this exception
-