Class StrandExecutorException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    RejectedCommandException

    public class StrandExecutorException
    extends java.lang.RuntimeException
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      StrandExecutorException​(java.lang.String message, java.lang.Object... args)
      Creates the exception with the same formatting options of the slf4j error method
      StrandExecutorException​(java.lang.String message, java.lang.Throwable cause)  
    • 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

      • StrandExecutorException

        public StrandExecutorException​(java.lang.String message,
                                       java.lang.Throwable cause)
      • StrandExecutorException

        public StrandExecutorException​(java.lang.String message,
                                       java.lang.Object... args)
        Creates the exception with the same formatting options of the slf4j error method