Class AdminComponentException

  • All Implemented Interfaces:
    Serializable

    public final class AdminComponentException
    extends AdminException
    An AdminComponentException is thrown when an error occurs as a result of an internal component error.

    This exception class is capable of containing multiple exceptions. See AdminException for details.

    See Also:
    Serialized Form
    • Constructor Detail

      • AdminComponentException

        public AdminComponentException()
      • AdminComponentException

        public AdminComponentException​(String msg)
        Construct with a message.
        Parameters:
        msg - the error message.
        Since:
        4.3
      • AdminComponentException

        public AdminComponentException​(Throwable cause)
      • AdminComponentException

        public AdminComponentException​(BundleUtil.Event code,
                                       String msg)
        Construct with an optional error code and a message.
        Parameters:
        code - an optional error code
        msg - the error message.
        Since:
        4.3
      • AdminComponentException

        public AdminComponentException​(String msg,
                                       Throwable cause)