Uses of Class
org.ourgrid.common.exception.OurgridException

Packages that use OurgridException
org.ourgrid.common.config   
org.ourgrid.common.exception   
org.ourgrid.common.executor   
org.ourgrid.corepeer.ui   
org.ourgrid.gridmachine.exception   
org.ourgrid.gridmachine.useragent.exception   
org.ourgrid.mygrid.replicaexecutor.exception   
org.ourgrid.mygrid.scheduler.exception   
org.ourgrid.mygrid.ui   
org.ourgrid.peer.manager.allocation   
org.ourgrid.peer.manager.exception   
org.ourgrid.peer.ui.exception   
 

Uses of OurgridException in org.ourgrid.common.config
 

Subclasses of OurgridException in org.ourgrid.common.config
 class ConfigException
          Used to signalize errors related to the MyGrid properties (see MG.properties) and its uses.
 

Uses of OurgridException in org.ourgrid.common.exception
 

Subclasses of OurgridException in org.ourgrid.common.exception
 class CouldNotGenerateKeyException
          This class represents a signal that some problem during the generation of a key has occurred.
 class MyGridXMLException
          Description: This class represents a super class to all exceptions of XML that MyGrid can throw.
 class SyntacticalErrorAtExpressionException
          Used by the Matcher to signalize that the expression provided to match is syntactically wrong.
 class TokenErrorException
          Used to signalize that a part of the expression is syntactically malformed.
 class UnableToCreatePlaypenException
          Signals that the creation of Playpen was not possible due to some problem.
 class UnableToCreateStorageException
          Signals that the creation of Storage Directory was not possible due to some problem.
 class UnableToDigestFileException
          This class represents an Exception thrown when it is not possible to get a digest representation (hash) from a particular file
 class UnavailableGumException
           
 class XMLParserException
          Description: This class represents an exception thrown when has the XML is not well-formed.
 

Uses of OurgridException in org.ourgrid.common.executor
 

Subclasses of OurgridException in org.ourgrid.common.executor
 class ExecutorException
          This exception must be used to signalize an execution problem, found by the implementors of org.ourgrid.common.executor.Executor interface
 

Uses of OurgridException in org.ourgrid.corepeer.ui
 

Subclasses of OurgridException in org.ourgrid.corepeer.ui
 class CorePeerUIException
           
 

Uses of OurgridException in org.ourgrid.gridmachine.exception
 

Subclasses of OurgridException in org.ourgrid.gridmachine.exception
 class FailCauseException
           
 class FilePermissionException
          Exception to be thrown when it is not possible to read a file
 class FileTransferException
           
 class GenericFailCauseException
           
 class UnableToExecuteException
           
 

Uses of OurgridException in org.ourgrid.gridmachine.useragent.exception
 

Subclasses of OurgridException in org.ourgrid.gridmachine.useragent.exception
 class UserAgentPauseException
          This exception should be thrown when any problem happens at the pause action of the UserAgent activity.
 

Uses of OurgridException in org.ourgrid.mygrid.replicaexecutor.exception
 

Subclasses of OurgridException in org.ourgrid.mygrid.replicaexecutor.exception
 class ReplicaFailedException
          Description: Thrown whenever a replica fails.
 

Uses of OurgridException in org.ourgrid.mygrid.scheduler.exception
 

Subclasses of OurgridException in org.ourgrid.mygrid.scheduler.exception
 class JobNotFoundException
          Exception to be thrown when a job is not found.
 class KillReplicaException
          Exception to be thrown when a problem occurs while trying to kill a replica execution.
 

Uses of OurgridException in org.ourgrid.mygrid.ui
 

Subclasses of OurgridException in org.ourgrid.mygrid.ui
 class MyGridIsNotRunningException
           
 

Uses of OurgridException in org.ourgrid.peer.manager.allocation
 

Subclasses of OurgridException in org.ourgrid.peer.manager.allocation
 class GumAlreadyAllocatedException
           
 

Uses of OurgridException in org.ourgrid.peer.manager.exception
 

Subclasses of OurgridException in org.ourgrid.peer.manager.exception
 class RequestDoesNotExistException
          This exception is thrown when a request doesn't exist.
 

Uses of OurgridException in org.ourgrid.peer.ui.exception
 

Subclasses of OurgridException in org.ourgrid.peer.ui.exception
 class PeerUIException