|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectCoreException
eu.geclipse.core.reporting.ProblemException
eu.geclipse.core.auth.AuthenticationException
public class AuthenticationException
This exception is thrown by methods dealing with security tokens.
| Constructor Summary | |
|---|---|
AuthenticationException(IProblem problem)
Create a new Authentication Exception with the specified associated problem. |
|
AuthenticationException(java.lang.String problemID,
java.lang.String pluginID)
Create a new Authentication Exception with the specified problem ID. |
|
AuthenticationException(java.lang.String problemID,
java.lang.String description,
java.lang.String pluginID)
Create a new Authentication Exception with the specified problem ID and an alternate description. |
|
AuthenticationException(java.lang.String problemID,
java.lang.String description,
java.lang.Throwable exception,
java.lang.String pluginID)
Create a new Authentication Exception with the specified problem ID, an alternate description, and the causing exception. |
|
AuthenticationException(java.lang.String problemID,
java.lang.Throwable exception,
java.lang.String pluginID)
Create a new Authentication Exception with the specified problem ID and the causing exception. |
|
| Method Summary |
|---|
| Methods inherited from class eu.geclipse.core.reporting.ProblemException |
|---|
getProblem |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AuthenticationException(java.lang.String problemID,
java.lang.String pluginID)
problemID - The ID of the problem that should be reported.pluginID - The ID of the plug-in where the problem happened.ProblemException.ProblemException(String, String)
public AuthenticationException(java.lang.String problemID,
java.lang.Throwable exception,
java.lang.String pluginID)
problemID - The ID of the problem that should be reported.exception - A Throwable that may have caused the problem.pluginID - The ID of the plug-in where the problem happened.ProblemException.ProblemException(String,Throwable,String)
public AuthenticationException(java.lang.String problemID,
java.lang.String description,
java.lang.String pluginID)
problemID - The ID of the problem that should be reported.description - A description that will replace the problems standard description.pluginID - The ID of the plug-in where the problem happened.ProblemException.ProblemException(String,String,String)
public AuthenticationException(java.lang.String problemID,
java.lang.String description,
java.lang.Throwable exception,
java.lang.String pluginID)
problemID - The ID of the problem that should be reported.description - An optional description that may replace the
problems standard description.exception - An optional Throwable that may have caused
the problem.pluginID - The ID of the plug-in where the problem happened.ProblemException.ProblemException(String,String,Throwable,String)public AuthenticationException(IProblem problem)
problem - The problem associated to this exception.ProblemException.ProblemException(IProblem)
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||