com.evolveum.midpoint.provisioning.api
Class GenericConnectorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.evolveum.midpoint.provisioning.api.GenericConnectorException
All Implemented Interfaces:
java.io.Serializable

public class GenericConnectorException
extends java.lang.RuntimeException

Generic indistinguishable error of a connector framework. Please do not use this exception if possible! Only errors that cannot be categorized or that are not expected at all should use this exception. This is RUNTIME exception. As this error is generic and we cannot distinguish any details, there is no hope that an interface client can do anything with it. So don't even bother catching it.

Author:
Radovan Semancik
See Also:
Serialized Form

Constructor Summary
GenericConnectorException()
           
GenericConnectorException(java.lang.String message)
           
GenericConnectorException(java.lang.String message, java.lang.Throwable cause)
           
GenericConnectorException(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

GenericConnectorException

public GenericConnectorException()

GenericConnectorException

public GenericConnectorException(java.lang.String message)

GenericConnectorException

public GenericConnectorException(java.lang.Throwable cause)

GenericConnectorException

public GenericConnectorException(java.lang.String message,
                                 java.lang.Throwable cause)


Copyright © 2011 evolveum. All Rights Reserved.