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
Custom exception class indicating an error with the URA API communication.
- Since:
- 2.0
- Author:
- Stefan Kalscheuer
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UraClientException
Default constructor.- Parameters:
message- The detail message (which is saved for later retrieval by theThrowable.getMessage()method)cause- The cause (which is saved for later retrieval by theThrowable.getCause()method).
-