주의: 앞으로 몇 개월에 걸쳐 Google은 콘텐츠를 보다 손쉽게 찾고 나머지 Google Cloud 제품과 더 잘 연동되도록 App Engine 문서 사이트를 재구성할 예정입니다. 제공되는 콘텐츠는 동일하지만, 이제 탐색 기능이 나머지 클라우드 제품과 일치하게 됩니다. 사이트를 탐색할 때 의견이나 질문이 있으면 '의견 보내기'를 클릭하세요.

QueueFailureException(자바용 Google App Engine API)

컬렉션을 사용해 정리하기 내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
com.google.appengine.api.taskqueue

QueueFailureException 클래스

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • java.lang.RuntimeException
          • com.google.appengine.api.taskqueue.QueueFailureException
  • 구현되는 모든 인터페이스:
    java.io.Serializable


    public class QueueFailureException
    extends java.lang.RuntimeException
    지정하지 않은 큐 오류입니다.
    참조:
    직렬화 형식
    • 메서드 요약

      • java.lang.Throwable 클래스에서 상속되는 메서드

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • java.lang.Object 클래스에서 상속되는 메서드

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 생성자 세부정보

      • QueueFailureException

        public QueueFailureException(java.lang.String detail)
      • QueueFailureException

        public QueueFailureException(java.lang.String string,
                                     java.lang.Throwable exception)
      • QueueFailureException

        public QueueFailureException(java.lang.Throwable exception)