Class NearServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.syntifi.near.api.rpc.service.exception.NearServiceException
-
- All Implemented Interfaces:
java.io.Serializable
public class NearServiceException extends java.lang.RuntimeException
Thrown on Near RPC service error- Since:
- 0.0.1
- Author:
- Alexandre Carvalho, Andre Bertolace
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NearServiceException(NearServiceErrorData error)
NearServiceException(java.lang.String message, java.lang.Throwable cause)
-
-
-
Constructor Detail
-
NearServiceException
public NearServiceException(NearServiceErrorData error)
-
NearServiceException
public NearServiceException(java.lang.String message, java.lang.Throwable cause)
-
-