Class SynchronizeException

  • All Implemented Interfaces:
    Serializable

    public class SynchronizeException
    extends Exception
    A standard exception, used for errors specific to the Synchronize application.
    Author:
    James Murty
    See Also:
    Serialized Form
    • Constructor Detail

      • SynchronizeException

        public SynchronizeException()
      • SynchronizeException

        public SynchronizeException​(String message)
      • SynchronizeException

        public SynchronizeException​(String message,
                                    Throwable cause)
      • SynchronizeException

        public SynchronizeException​(Throwable cause)