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 Summary
Constructors Constructor Description DSSRemoteServiceException()
DSSRemoteServiceException(String message)
DSSRemoteServiceException(String message, Throwable cause)
DSSRemoteServiceException(Throwable cause)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DSSRemoteServiceException
public DSSRemoteServiceException() -
DSSRemoteServiceException
-
DSSRemoteServiceException
-
DSSRemoteServiceException
-