Class InvalidOperatorMessageReplyException

  • All Implemented Interfaces:
    ExceptionData, Serializable

    @Generated("build/redwood/jbs/generated-exceptions/Exceptions.java.tmpl")
    public class InvalidOperatorMessageReplyException
    extends com.redwood.scheduler.api.exception.ListDirectoryException
    The specified reply was invalid.
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidOperatorMessageReplyException

        protected InvalidOperatorMessageReplyException​(String newErrorCode,
                                                       String messageFormat,
                                                       Throwable cause,
                                                       Object[] exceptionDataEN,
                                                       Object[] exceptionData)
      • InvalidOperatorMessageReplyException

        public InvalidOperatorMessageReplyException​(Throwable cause,
                                                    String reply,
                                                    String message)
        The specified reply was invalid.
        Parameters:
        cause - The originating exception, null if this is the originating exception
        reply - The reply.
        message - Reason for error.