Class PicoException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PicoServiceProviderException

public class PicoException extends RuntimeException
A general exception indicating that something failed related to Pico.
See Also:
  • Constructor Details

    • PicoException

      public PicoException(String msg)
      A general purpose exception from Pico.
      Parameters:
      msg - the message
    • PicoException

      public PicoException(String msg, Throwable cause)
      A general purpose exception from Pico.
      Parameters:
      msg - the message
      cause - the root cause