com.google.protobuf
Class ServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.protobuf.ServiceException
- All Implemented Interfaces:
- Serializable
public class ServiceException
- extends Exception
Thrown by blocking RPC methods when a failure occurs.
- Author:
- cpovirk@google.com (Chris Povirk)
- 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)
ServiceException
public ServiceException(Throwable cause)
ServiceException
public ServiceException(String message,
Throwable cause)
Copyright © 2008-2011. All Rights Reserved.