public class ClientException extends RuntimeException
DefaultClient instance.| Constructor and Description |
|---|
ClientException()
Constructor for ClientClientException.
|
ClientException(String message)
Constructor for ClientClientException.
|
ClientException(String message,
Throwable parent)
Constructor for ClientClientException.
|
ClientException(Throwable parent)
Constructor for ClientClientException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ClientException()
public ClientException(String message)
message - the exception messagepublic ClientException(String message, Throwable parent)
message - the exception messageparent - the parent throwablepublic ClientException(Throwable parent)
parent - the parent throwableCopyright © 2003–2014 AndroMDA.org. All rights reserved.