Package org.jclouds.route53
Class InvalidChangeBatchException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- org.jclouds.route53.InvalidChangeBatchException
-
- All Implemented Interfaces:
Serializable
public class InvalidChangeBatchException extends IllegalArgumentException
- See Also:
- , Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidChangeBatchException(com.google.common.collect.ImmutableList<String> messages, HttpResponseException cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.common.collect.ImmutableList<String>
getMessages()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidChangeBatchException
public InvalidChangeBatchException(com.google.common.collect.ImmutableList<String> messages, HttpResponseException cause)
-
-
Method Detail
-
getMessages
public com.google.common.collect.ImmutableList<String> getMessages()
-
-