类 GuardedOperationException

所有已实现的接口:
Serializable

public class GuardedOperationException extends RuntimeException
受保护的操作,与BlockingOperationException成一对。 一个只允许当前线程访问,一个不允许当前线程访问。
作者:
wjybxx date 2023/4/7
另请参阅:
  • 构造器详细资料

    • GuardedOperationException

      public GuardedOperationException()
    • GuardedOperationException

      public GuardedOperationException(String message)
    • GuardedOperationException

      public GuardedOperationException(String message, Throwable cause)
    • GuardedOperationException

      public GuardedOperationException(Throwable cause)