org.gridbus.broker.exceptions
Class JobSubmissionFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.gridbus.broker.exceptions.GridBrokerException
              extended by org.gridbus.broker.exceptions.JobSubmissionFailedException
All Implemented Interfaces:
java.io.Serializable

public class JobSubmissionFailedException
extends GridBrokerException

Author:
krishna
See Also:
Serialized Form

Constructor Summary
JobSubmissionFailedException(java.lang.String msg)
           
JobSubmissionFailedException(java.lang.String msg, java.lang.Throwable cause)
           
 
Method Summary
 
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
 

Constructor Detail

JobSubmissionFailedException

public JobSubmissionFailedException(java.lang.String msg,
                                    java.lang.Throwable cause)
Parameters:
msg -
cause -

JobSubmissionFailedException

public JobSubmissionFailedException(java.lang.String msg)
Parameters:
msg -

Copyright © The University of Melbourne. 2006