Class ResolutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.github.ascopes.protobufmavenplugin.utils.ResolutionException
- All Implemented Interfaces:
Serializable
Exception raised if resolution of resources fail.
- Author:
- Ashley Scopes
- See Also:
-
Constructor Summary
ConstructorDescriptionResolutionException
(String message) Initialise this exception with a message and no cause.ResolutionException
(String message, @Nullable Throwable cause) Initialise this exception with a message and an optional 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
-
ResolutionException
Initialise this exception with a message and no cause.- Parameters:
message
- the exception message.
-
ResolutionException
-