Class BindFailedException

All Implemented Interfaces:
Serializable, HasFriendlyErrorMessage

public class BindFailedException extends AnchorFriendlyCheckedException
When an outputter cannot be successfully bound to an output directory.
Author:
Owen Feehan
See Also:
  • Constructor Details

    • BindFailedException

      public BindFailedException(String message)
      Create from message.
      Parameters:
      message - the message.
    • BindFailedException

      public BindFailedException(Throwable cause)
      Create from cause.
      Parameters:
      cause - the cause.