public class ServiceException extends Exception
Rules of thumb for exception handling in REEF:
ServiceRuntimeException
,
Serialized FormConstructor and Description |
---|
ServiceException(String s) |
ServiceException(String s,
Throwable e) |
ServiceException(Throwable e) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ServiceException(String s, Throwable e)
public ServiceException(String s)
public ServiceException(Throwable e)
Copyright © 2016 The Apache Software Foundation. All rights reserved.