org.globus.exec.monitoring
Class AlreadyRegisteredException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.globus.exec.monitoring.AlreadyRegisteredException
All Implemented Interfaces:
java.io.Serializable

public class AlreadyRegisteredException
extends java.lang.Exception

Job ID Already Registered. Thrown when a jobid is requested for registration which has already been registered.

See Also:
Serialized Form

Field Summary
(package private)  java.lang.String localId
           
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
AlreadyRegisteredException(java.lang.String localId)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

localId

java.lang.String localId
Constructor Detail

AlreadyRegisteredException

public AlreadyRegisteredException(java.lang.String localId)