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
Exception to be thrown in case of Remote Service error
- See Also:
-
Constructor Summary
ConstructorDescriptionEmpty constructorDSSRemoteServiceException
(String message) Constructor with a messageDSSRemoteServiceException
(String message, Throwable cause) Re-throwable constructor with a custom messageRe-throwable constructor -
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()Empty constructor -
DSSRemoteServiceException
Constructor with a message- Parameters:
message
-String
-
DSSRemoteServiceException
Re-throwable constructor- Parameters:
cause
-Throwable
-
DSSRemoteServiceException
Re-throwable constructor with a custom message
-