Package org.eclipse.ecf.core
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
- 
- 
Constructor SummaryConstructors Constructor Description ContainerAuthenticationException()ContainerAuthenticationException(String message)ContainerAuthenticationException(String message, Throwable cause)ContainerAuthenticationException(Throwable cause)
 - 
Method Summary- 
Methods inherited from class org.eclipse.core.runtime.CoreExceptiongetCause, getStatus, printStackTrace, printStackTrace, printStackTrace
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
 
- 
 
-