Class SyncException

  • All Implemented Interfaces:
    Serializable

    public class SyncException
    extends Exception
    Exception thrown by methods defined on the SyncHandler interface indicating that user or group synchronization failed.
    See Also:
    Serialized Form
    • Constructor Detail

      • SyncException

        public SyncException​(String message)
      • SyncException

        public SyncException​(Throwable throwable)
      • SyncException

        public SyncException​(String message,
                             Throwable throwable)