Package io.micronaut.acme.services
Class AcmeRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.micronaut.acme.services.AcmeRuntimeException
- All Implemented Interfaces:
Serializable
Acme scoped runtime exception to be used for anything Acme related.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AcmeRuntimeException
- Parameters:
message
- Message detailing more details about Acme exception
-