Class ContainerSecurityException

    • Constructor Detail

      • ContainerSecurityException

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

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

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

        public ContainerSecurityException​(String msg,
                                          Throwable nested)
        Constructs a new ContainerSecurityException 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