Class RidException

All Implemented Interfaces:
Serializable

public class RidException extends BaseUncheckedException
rid exception
Since:
1.0.0
Author:
Abhishek Kumar
See Also:
  • Constructor Details

    • RidException

      public RidException()
    • RidException

      public RidException(String errorCode, String errorMessage, Throwable rootCause)
    • RidException

      public RidException(String errorCode, String errorMessage)
    • RidException

      public RidException(String errorMessage)