com.google.api.ads.common.lib.exception
Class ServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.api.ads.common.lib.exception.ServiceException
- All Implemented Interfaces:
- Serializable
public class ServiceException
- extends RuntimeException
A runtime service exception that usually cannot be recovered from.
- Author:
- Adam Rogal
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ServiceException
public ServiceException(String message,
Throwable exception)
- Constructor.
- Parameters:
message - the exception messageexception - the underlying exception.
Copyright © 2012. All Rights Reserved.