Class TripCalculationRequestException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- global.maplink.trip.schema.v1.exception.TripCalculationRequestException
-
- All Implemented Interfaces:
Serializable
public class TripCalculationRequestException extends RuntimeException implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TripCalculationRequestException(TripErrorType errorType)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TripCalculationRequestException
public TripCalculationRequestException(TripErrorType errorType)
-
-