Class UraClientException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
de.stklcode.pubtrans.ura.exception.UraClientException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UraClientConfigurationException

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

    • UraClientException

      public UraClientException(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).