Class ProvisionFailedException

All Implemented Interfaces:
Serializable, HasFriendlyErrorMessage

public class ProvisionFailedException extends AnchorFriendlyCheckedException
If provisioning an object fails.

Provisioning is deliberately ambiguous term that can refer to either creating a new object or retrieving an existing object from a cache, either of which can cause failure.

Author:
Owen Feehan
See Also:
  • Constructor Details

    • ProvisionFailedException

      public ProvisionFailedException(String message)
      Creates with only a message.
      Parameters:
      message - the message.
    • ProvisionFailedException

      public ProvisionFailedException(Throwable cause)
      Creates with only a cause.
      Parameters:
      cause - the cause.
    • ProvisionFailedException

      public ProvisionFailedException(String message, Throwable cause)
      Creates with both a message and cause.
      Parameters:
      message - the message.
      cause - the cause.