com.ibm.able.platform
Class AbleEServerJobException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.agent.JasException
                    |
                    +--javax.agent.service.ServiceException
                          |
                          +--com.ibm.able.platform.AbleEServerJobException
All Implemented Interfaces:
java.io.Serializable

public class AbleEServerJobException
extends javax.agent.service.ServiceException

The AbleEServerJobException when an error occurs when working with Job Objects in the JobService

See Also:
Serialized Form

Constructor Summary
AbleEServerJobException()
          Create an AbleEServerJobException with no message.
AbleEServerJobException(java.lang.String theMessage)
          Create an AbleEServerJobException with the specified message.
AbleEServerJobException(java.lang.String theMessage, java.lang.Exception theException)
          Create an AbleEServerJobException with the specified message and embedded exception.
 
Methods inherited from class javax.agent.JasException
getCause, getMessage, initCause, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbleEServerJobException

public AbleEServerJobException()
Create an AbleEServerJobException with no message.

AbleEServerJobException

public AbleEServerJobException(java.lang.String theMessage)
Create an AbleEServerJobException with the specified message.
Parameters:
theMessage - the detail message.

AbleEServerJobException

public AbleEServerJobException(java.lang.String theMessage,
                               java.lang.Exception theException)
Create an AbleEServerJobException with the specified message and embedded exception.
Parameters:
theMessage - the detail message.
theException - the embeddd exception.