Class ConfirmedTaskVetoException

  • All Implemented Interfaces:
    IMessageOnlyException, java.io.Serializable

    public class ConfirmedTaskVetoException
    extends java.lang.Exception
    implements IMessageOnlyException
    An exception used to veto a confirmed task. Tagged with an interface that prevents the session from displaying the exception's stack trace.
    See Also:
    Serialized Form
    • Method Summary

      • 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
    • Constructor Detail

      • ConfirmedTaskVetoException

        public ConfirmedTaskVetoException​(java.lang.String message)