g-Eclipse
Release 1.0.0

eu.geclipse.core.security
Class GridGSSException

java.lang.Object
  extended by CoreException
      extended by eu.geclipse.core.reporting.ProblemException
          extended by eu.geclipse.core.security.GridGSSException

public class GridGSSException
extends ProblemException

Problem exception that is dedicated to GSSExceptions and manages the mapping of the GSS error codes to IProblems.


Constructor Summary
GridGSSException(org.ietf.jgss.GSSException exc, java.lang.String pluginID)
          Construct a new GridGSSException from the specified GSSException and map the GSS error code to a g-Eclipse problem.
 
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

GridGSSException

public GridGSSException(org.ietf.jgss.GSSException exc,
                        java.lang.String pluginID)
Construct a new GridGSSException from the specified GSSException and map the GSS error code to a g-Eclipse problem.

Parameters:
exc - The GSSException to be wrapped up.
pluginID - The id of the plug-in where the exception happened.

g-Eclipse
Release 1.0.0