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:
Serialized Form
  • Constructor Details

    • DSSRemoteServiceException

      public DSSRemoteServiceException()
    • DSSRemoteServiceException

      public DSSRemoteServiceException​(String message)
    • DSSRemoteServiceException

      public DSSRemoteServiceException​(Throwable cause)
    • DSSRemoteServiceException

      public DSSRemoteServiceException​(String message, Throwable cause)