Class UraClientConfigurationException

All Implemented Interfaces:
Serializable

public class UraClientConfigurationException extends UraClientException
Custom exception class indicating an error with the URA client configuration.
Since:
2.0
Author:
Stefan Kalscheuer
See Also:
  • Constructor Details

    • UraClientConfigurationException

      public UraClientConfigurationException(String message, Throwable cause)
      Default constructor.
      Parameters:
      message - The detail message (which is saved for later retrieval by the Throwable.getMessage() method)
      cause - The cause (which is saved for later retrieval by the Throwable.getCause() method).