org.jclouds.route53
Class InvalidChangeBatchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by org.jclouds.route53.InvalidChangeBatchException
All Implemented Interfaces:
Serializable

public class InvalidChangeBatchException
extends IllegalArgumentException

See Also:
, Serialized Form

Constructor Summary
InvalidChangeBatchException(com.google.common.collect.ImmutableList<String> messages, org.jclouds.http.HttpResponseException cause)
           
 
Method Summary
 com.google.common.collect.ImmutableList<String> getMessages()
           
 
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

InvalidChangeBatchException

public InvalidChangeBatchException(com.google.common.collect.ImmutableList<String> messages,
                                   org.jclouds.http.HttpResponseException cause)
Method Detail

getMessages

public com.google.common.collect.ImmutableList<String> getMessages()


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