java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.helidon.pico.api.PicoException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PicoServiceProviderException
A general exception indicating that something failed related to Pico.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPicoException(String msg) A general purpose exception from Pico.PicoException(String msg, Throwable cause) A general purpose exception from Pico. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PicoException
A general purpose exception from Pico.- Parameters:
msg- the message
-
PicoException
A general purpose exception from Pico.- Parameters:
msg- the messagecause- the root cause
-