Package com.google.cloud.logging.testing
Class RemoteLoggingHelper.LoggingHelperException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.google.cloud.logging.testing.RemoteLoggingHelper.LoggingHelperException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- RemoteLoggingHelper
public static class RemoteLoggingHelper.LoggingHelperException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LoggingHelperException(String message, Throwable cause)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RemoteLoggingHelper.LoggingHelperException
translate(Exception ex)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
translate
public static RemoteLoggingHelper.LoggingHelperException translate(Exception ex)
-
-