Class RemoteException

java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.becpg.repo.entity.remote.extractor.RemoteException
All Implemented Interfaces:
Serializable

public class RemoteException extends Exception

RemoteException class.

Author:
matthieu
See Also:
  • Field Details

  • Constructor Details

    • RemoteException

      public RemoteException()

      Constructor for RemoteException.

    • RemoteException

      public RemoteException(String message)

      Constructor for RemoteException.

      Parameters:
      message - a String object
    • RemoteException

      public RemoteException(String message, Exception cause)

      Constructor for RemoteException.

      Parameters:
      message - a String object
      cause - a Exception object