org.eclipse.ecf.core
Class ContainerAuthenticationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.core.runtime.CoreException
              extended by org.eclipse.ecf.core.util.ECFException
                  extended by org.eclipse.ecf.core.ContainerConnectException
                      extended by org.eclipse.ecf.core.ContainerAuthenticationException
All Implemented Interfaces:
java.io.Serializable

public class ContainerAuthenticationException
extends ContainerConnectException

Exception class to be thrown upon authentication failure during connect

See Also:
IContainer.connect(org.eclipse.ecf.core.identity.ID, org.eclipse.ecf.core.security.IConnectContext), Serialized Form

Constructor Summary
ContainerAuthenticationException()
           
ContainerAuthenticationException(java.lang.String message)
           
ContainerAuthenticationException(java.lang.String message, java.lang.Throwable cause)
           
ContainerAuthenticationException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.eclipse.core.runtime.CoreException
getCause, getStatus, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContainerAuthenticationException

public ContainerAuthenticationException()

ContainerAuthenticationException

public ContainerAuthenticationException(java.lang.String message)

ContainerAuthenticationException

public ContainerAuthenticationException(java.lang.Throwable cause)

ContainerAuthenticationException

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