org.jclouds.rackspace.clouddns.v1
Class CloudDNSExceptions.JobErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jclouds.rackspace.clouddns.v1.CloudDNSExceptions.JobErrorException
All Implemented Interfaces:
Serializable
Enclosing interface:
CloudDNSExceptions

public static class CloudDNSExceptions.JobErrorException
extends RuntimeException

A Job errored out.

See Also:
Serialized Form

Constructor Summary
CloudDNSExceptions.JobErrorException(Job.Error jobError)
           
 
Method Summary
 Job.Error getJobError()
           
 
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

CloudDNSExceptions.JobErrorException

public CloudDNSExceptions.JobErrorException(Job.Error jobError)
Method Detail

getJobError

public Job.Error getJobError()


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.