com.evolveum.midpoint.util.exception
Class CommunicationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.evolveum.midpoint.util.exception.CommonException
com.evolveum.midpoint.util.exception.CommunicationException
- All Implemented Interfaces:
- Serializable
public class CommunicationException
- extends CommonException
Generic communication exception.
May happen in case of various network communication errors, including
(but not limited to) connection refused and timeouts.
TODO
- Author:
- Radovan Semancik
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CommunicationException
public CommunicationException()
CommunicationException
public CommunicationException(String message)
CommunicationException
public CommunicationException(Throwable cause)
CommunicationException
public CommunicationException(String message,
Throwable cause)
getOperationResultMessage
public String getOperationResultMessage()
- Description copied from class:
CommonException
- TOTO: switch return value to a localized message
- Specified by:
getOperationResultMessage
in class CommonException
- Returns:
Copyright © 2013 evolveum. All Rights Reserved.