Class GeneralListDirectoryRemoteException

  • All Implemented Interfaces:
    ExceptionData, Serializable

    @Generated("build/redwood/jbs/generated-exceptions/Exceptions.java.tmpl")
    public class GeneralListDirectoryRemoteException
    extends com.redwood.scheduler.api.exception.ListDirectoryException
    List directory contents failed.
    See Also:
    Serialized Form
    • Constructor Detail

      • GeneralListDirectoryRemoteException

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

        public GeneralListDirectoryRemoteException​(Throwable cause,
                                                   String message)
        List directory contents failed.
        Parameters:
        cause - The originating exception, null if this is the originating exception
        message - Reason for error.