org.globus.exec.monitoring
Class NotRegisteredException

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

public class NotRegisteredException
extends java.lang.Exception

Job ID Not registered. Thrown when a jobid is requested for unregistration which has not 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
NotRegisteredException(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

NotRegisteredException

public NotRegisteredException(java.lang.String localId)