Class CdnException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.dzikoysk.cdn.CdnException
-
Constructor Summary
ConstructorsConstructorDescriptionCdnException(String message) CdnException(String message, Throwable cause) CdnException(Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionstatic <E extends CdnException>
Function<E, CdnException> identity()Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CdnException
-
CdnException
-
CdnException
-
-
Method Details
-
identity
-