com.evolveum.midpoint.provisioning.ucf.api
Class CommunicationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.evolveum.midpoint.provisioning.ucf.api.UcfException
com.evolveum.midpoint.provisioning.ucf.api.CommunicationException
- All Implemented Interfaces:
- java.io.Serializable
public class CommunicationException
- extends UcfException
Connector 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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CommunicationException
public CommunicationException()
- Creates a new instance of
CommunicationException
without detail message.
CommunicationException
public CommunicationException(java.lang.String msg)
- Constructs an instance of
CommunicationException
with the specified detail message.
- Parameters:
msg
- the detail message.
CommunicationException
public CommunicationException(java.lang.Throwable cause)
- Parameters:
cause
-
CommunicationException
public CommunicationException(java.lang.String msg,
java.lang.Throwable cause)
- Parameters:
msg
- cause
-
Copyright © 2011 evolveum. All Rights Reserved.