Class CloudDNSExceptions.JobErrorException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- org.jclouds.rackspace.clouddns.v1.CloudDNSExceptions.JobErrorException
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
- Enclosing class:
 - CloudDNSExceptions
 
public static class CloudDNSExceptions.JobErrorException extends RuntimeException
A Job errored out.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description JobErrorException(Job.Error jobError) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Job.ErrorgetJobError()- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 -