模块  java.base
软件包  javax.security.auth

Class DestroyFailedException

  • 实现的所有接口
    Serializable

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

    destroy方法失败时,实现Destroyable接口的凭据会引发此异常。

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

      • DestroyFailedException

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

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