|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gcube.common.clients.exceptions.ServiceException
public class ServiceException
An exceptions that occurs in the attempt to communicate with service endpoints.
| Constructor Summary | |
|---|---|
ServiceException()
Creates an instance. |
|
ServiceException(String msg)
Creates an instance with a given message. |
|
ServiceException(String msg,
Throwable cause)
Creates an instance with a given message and an underlying cause. |
|
ServiceException(Throwable cause)
Creates an instance from an underlying cause. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ServiceException()
public ServiceException(String msg)
msg - the messagepublic ServiceException(Throwable cause)
cause - the cause
public ServiceException(String msg,
Throwable cause)
msg - the messagecause - the cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||