Class SyncException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.jackrabbit.oak.spi.security.authentication.external.SyncException
-
- All Implemented Interfaces:
Serializable
public class SyncException extends Exception
Exception thrown by methods defined on theSyncHandler
interface indicating that user or group synchronization failed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SyncException(String message)
SyncException(String message, Throwable throwable)
SyncException(Throwable throwable)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-