public class UserCommunicationException extends Exception
| Constructor and Description |
|---|
UserCommunicationException() |
UserCommunicationException(String message) |
UserCommunicationException(String message,
Throwable cause) |
UserCommunicationException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
UserCommunicationException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UserCommunicationException()
public UserCommunicationException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public UserCommunicationException(String message)
public UserCommunicationException(Throwable cause)
Copyright © 2019. All rights reserved.