Class ContainerException

    • Constructor Detail

      • ContainerException

        public ContainerException()
        Constructs a new ContainerException exception.
      • ContainerException

        public ContainerException​(String message)
        Constructs a new ContainerException exception with the given message.
        Parameters:
        message - the exception message
      • ContainerException

        public ContainerException​(Throwable nested)
        Constructs a new ContainerException exception with the nested exception.
        Parameters:
        nested - the nested exception
      • ContainerException

        public ContainerException​(String msg,
                                  Throwable nested)
        Constructs a new ContainerException exception when the container needs to do the following:
        • throw an exception
        • include the "nested" exception
        • include a description message
        Parameters:
        msg - the exception message
        nested - the nested exception