Class RejectedCommandException

  • All Implemented Interfaces:
    java.io.Serializable

    public class RejectedCommandException
    extends StrandExecutorException
    Exception that indicates that the command was rejected
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      RejectedCommandException​(io.molr.commons.domain.StrandCommand command, java.lang.String message, java.lang.Object... args)  
    • 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

      • RejectedCommandException

        public RejectedCommandException​(io.molr.commons.domain.StrandCommand command,
                                        java.lang.String message,
                                        java.lang.Object... args)