Package com.google.api.gax.rpc
Class InternalException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.google.api.gax.rpc.ApiException
-
- com.google.api.gax.rpc.InternalException
-
- All Implemented Interfaces:
Serializable
public class InternalException extends ApiException
Exception thrown due to internal errors. Means some invariants expected by underlying system has been broken. If you see one of these errors, something is very broken.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InternalException(String message, Throwable cause, StatusCode statusCode, boolean retryable)
InternalException(Throwable cause, StatusCode statusCode, boolean retryable)
InternalException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails)
-
Method Summary
-
Methods inherited from class com.google.api.gax.rpc.ApiException
getDomain, getErrorDetails, getMetadata, getReason, getStatusCode, isRetryable
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InternalException
public InternalException(Throwable cause, StatusCode statusCode, boolean retryable)
-
InternalException
public InternalException(String message, Throwable cause, StatusCode statusCode, boolean retryable)
-
InternalException
public InternalException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails)
-
-