Class DSSRemoteServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
eu.europa.esig.dss.ws.dto.exception.DSSRemoteServiceException
All Implemented Interfaces:
Serializable

public class DSSRemoteServiceException extends RuntimeException
Exception to be thrown in case of Remote Service error
See Also:
  • Constructor Details

    • DSSRemoteServiceException

      public DSSRemoteServiceException()
      Empty constructor
    • DSSRemoteServiceException

      public DSSRemoteServiceException(String message)
      Constructor with a message
      Parameters:
      message - String
    • DSSRemoteServiceException

      public DSSRemoteServiceException(Throwable cause)
      Re-throwable constructor
      Parameters:
      cause - Throwable
    • DSSRemoteServiceException

      public DSSRemoteServiceException(String message, Throwable cause)
      Re-throwable constructor with a custom message
      Parameters:
      message - String
      cause - Throwable