Class ExceptionRevoked


  • public class ExceptionRevoked
    extends java.lang.Object
    Issued when unhandled exception was revoked.
    • Constructor Summary

      Constructors 
      Constructor Description
      ExceptionRevoked​(java.lang.String reason, java.lang.Integer exceptionId)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getExceptionId()
      The id of revoked exception, as reported in `exceptionThrown`.
      java.lang.String getReason()
      Reason describing why exception was revoked.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExceptionRevoked

        public ExceptionRevoked​(java.lang.String reason,
                                java.lang.Integer exceptionId)
    • Method Detail

      • getReason

        public java.lang.String getReason()
        Reason describing why exception was revoked.
      • getExceptionId

        public java.lang.Integer getExceptionId()
        The id of revoked exception, as reported in `exceptionThrown`.