Module  java.base
软件包  javax.security.auth

Class DestroyFailedException

  • All Implemented Interfaces:
    Serializable


    public class DestroyFailedException
    extends 异常
    表示destroy操作失败。

    destroy方法失败时,通过执行Destroyable接口的凭据抛出此异常。

    从以下版本开始:
    1.4
    另请参见:
    Serialized Form
    • 构造方法详细信息

      • DestroyFailedException

        public DestroyFailedException​()
        构造一个没有详细消息的DestroyFailedException。 详细消息是描述此特定异常的字符串。
      • DestroyFailedException

        public DestroyFailedException​(String msg)
        构造具有指定详细消息的DestroyFailedException。 详细消息是描述此特定异常的字符串。
        参数
        msg - 详细信息。