Class VelocityProviderException

All Implemented Interfaces:
Serializable

public class VelocityProviderException extends ProviderException
Thrown by Velocity Provider to indicate velocity failure.
See Also:
  • Constructor Details

    • VelocityProviderException

      public VelocityProviderException()
    • VelocityProviderException

      public VelocityProviderException(String message)
    • VelocityProviderException

      public VelocityProviderException(String message, Throwable cause)
    • VelocityProviderException

      public VelocityProviderException(Throwable cause)
  • Method Details