Package com.suncode.pwfl.util.exception
Class ServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.suncode.pwfl.util.exception.ServiceException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BasicAuthenticationConfigurationException
,CertificateBaseException
,DocumentClassNotFoundException
,InvalidUserException
,OneDriveApplicationException
,SubstitutionException
,WfFileVersionNotFoundException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionServiceException
(String message) ServiceException
(String message, Throwable cause) ServiceException
(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
-
ServiceException
public ServiceException() -
ServiceException
-
ServiceException
-
ServiceException
-