Package com.google.cloud.logging
Class LoggingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.google.cloud.BaseServiceException
-
- com.google.cloud.grpc.BaseGrpcServiceException
-
- com.google.cloud.logging.LoggingException
-
- All Implemented Interfaces:
Serializable
public final class LoggingException extends com.google.cloud.grpc.BaseGrpcServiceException
Logging service exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LoggingException(com.google.api.gax.rpc.ApiException apiException)
LoggingException(IOException ex, boolean idempotent)
-
Method Summary
-
Methods inherited from class com.google.cloud.BaseServiceException
equals, getCode, getDebugInfo, getLocation, getReason, hashCode, isRetryable, isRetryable, isRetryable, translate, translate
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
LoggingException
public LoggingException(IOException ex, boolean idempotent)
-
LoggingException
@BetaApi public LoggingException(com.google.api.gax.rpc.ApiException apiException)
-
-