edg.workload.common.jrequestad
Class JobAdException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--edg.workload.common.jrequestad.JobAdException
All Implemented Interfaces:
java.io.Serializable

public class JobAdException
extends java.lang.Exception

Manage the exception raised while trying to build/check a JobAd

See Also:
Serialized Form

Constructor Summary
JobAdException(java.lang.String msg)
          Default Exception Constructor Particular Exception thrown by Ad and son elements
JobAdException(java.lang.String msg, java.lang.Throwable ex)
          Exception Constructor Particular Exception thrown by Ad and son elements
 
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

JobAdException

public JobAdException(java.lang.String msg)
Default Exception Constructor Particular Exception thrown by Ad and son elements

Parameters:
msg - the error reason explanation

JobAdException

public JobAdException(java.lang.String msg,
                      java.lang.Throwable ex)
Exception Constructor Particular Exception thrown by Ad and son elements

Parameters:
msg - the error reason explanation
ex - the throwable root object