public class EstimoteException
extends java.lang.RuntimeException
You can catch this instead of subclasses when you want to deal with exceptions in a generic way.
Constructor and Description |
---|
EstimoteException() |
EstimoteException(java.lang.String detailMessage) |
EstimoteException(java.lang.String detailMessage,
java.lang.Throwable throwable) |