Class ComponentNotFoundException

    • Constructor Detail

      • ComponentNotFoundException

        public ComponentNotFoundException​(java.lang.String msg,
                                          java.lang.Throwable cause)
      • ComponentNotFoundException

        public ComponentNotFoundException​(java.lang.String s)
      • ComponentNotFoundException

        public ComponentNotFoundException​(java.lang.Throwable cause)
      • ComponentNotFoundException

        public ComponentNotFoundException()
      • ComponentNotFoundException

        public ComponentNotFoundException​(int code,
                                          java.lang.Object[] fmtArgs,
                                          java.lang.Throwable cause)
      • ComponentNotFoundException

        public ComponentNotFoundException​(int code,
                                          java.lang.Object fmtArg,
                                          java.lang.Throwable cause)
      • ComponentNotFoundException

        public ComponentNotFoundException​(int code,
                                          java.lang.Object[] fmtArgs)
      • ComponentNotFoundException

        public ComponentNotFoundException​(int code,
                                          java.lang.Object fmtArg)
      • ComponentNotFoundException

        public ComponentNotFoundException​(int code,
                                          java.lang.Throwable cause)
      • ComponentNotFoundException

        public ComponentNotFoundException​(int code)