Java Globus API: Class GRCException

org.globus.replica.catalog
Class GRCException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.naming.NamingException
                    |
                    +--org.globus.replica.catalog.GRCException
All Implemented Interfaces:
Serializable

public class GRCException
extends NamingException

This exception is thrown in either or both of the following situations: when an operation attempts to create an entry, GRCLocation or GRCFile, for instance, object with filename value(s) not contained in the parent GRCCollection entry. when an operation attempts to add filename values not contained in the parent GRCCollection entry.

Version:
1.3
Author:
Chi Chen, Darcy Quesnel
See Also:
Serialized Form

Fields inherited from class javax.naming.NamingException
remainingName, resolvedName, resolvedObj, rootException
 
Constructor Summary
GRCException()
           
GRCException(String s)
           
 
Methods inherited from class javax.naming.NamingException
appendRemainingComponent, appendRemainingName, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, printStackTrace, printStackTrace, printStackTrace, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GRCException

public GRCException()

GRCException

public GRCException(String s)