模块 mxlib.api

类 EncryptionException

    • 构造器详细资料

      • EncryptionException

        public EncryptionException​(Throwable cause)
      • EncryptionException

        public EncryptionException​(String msg,
                                   Throwable cause)
      • EncryptionException

        public EncryptionException()
        Creates a new instance of EncryptionException without detail message.
      • EncryptionException

        public EncryptionException​(String msg)
        Constructs an instance of EncryptionException with the specified detail message.
        参数:
        msg - the detail message.