Package com.venafi.vcert.sdk
Class VCertException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.venafi.vcert.sdk.VCertException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConnectorException
public class VCertException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VCertException()VCertException(Exception cause)VCertException(String message)VCertException(String message, Exception cause)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static VCertExceptionfromFeignException(feign.FeignException feignException)static voidthrowIfNull(Object testee, String message)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
throwIfNull
public static void throwIfNull(Object testee, String message) throws VCertException
- Throws:
VCertException
-
fromFeignException
public static VCertException fromFeignException(feign.FeignException feignException)
-
-