Class ActivityTaskFailedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ActivityTaskFailedException
    extends java.lang.RuntimeException
    Internal. Do not catch or throw in application level code. Exception used to communicate failure of remote activity. TODO: Make package level visibility.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getActivityId()  
      ActivityType getActivityType()  
      byte[] getDetails()  
      long getEventId()  
      java.lang.String getReason()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getEventId

        public long getEventId()
      • getActivityId

        public java.lang.String getActivityId()
      • getDetails

        public byte[] getDetails()
      • getReason

        public java.lang.String getReason()