Class ContainerAuthenticationException

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

public class ContainerAuthenticationException extends ContainerConnectException
Exception class to be thrown upon authentication failure during connect
See Also:
  • Constructor Details

    • ContainerAuthenticationException

      public ContainerAuthenticationException()
    • ContainerAuthenticationException

      public ContainerAuthenticationException(String message)
    • ContainerAuthenticationException

      public ContainerAuthenticationException(Throwable cause)
    • ContainerAuthenticationException

      public ContainerAuthenticationException(String message, Throwable cause)