com.evolveum.midpoint.provisioning.ucf.api
Class CommunicationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.evolveum.midpoint.provisioning.ucf.api.UcfException
              extended by 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

Constructor Summary
CommunicationException()
          Creates a new instance of CommunicationException without detail message.
CommunicationException(java.lang.String msg)
          Constructs an instance of CommunicationException with the specified detail message.
CommunicationException(java.lang.String msg, java.lang.Throwable cause)
           
CommunicationException(java.lang.Throwable 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

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 © 2012 evolveum. All Rights Reserved.