org.jclouds.rimuhosting.miro.domain.internal
Class RimuHostingError

java.lang.Object
  extended by org.jclouds.rimuhosting.miro.domain.internal.RimuHostingError

public class RimuHostingError
extends Object

Error Object from a response

Author:
Ivan Meredith

Constructor Summary
RimuHostingError()
           
 
Method Summary
 String getError()
           
 String getErrorClass()
           
 String getErrorMessage()
           
 void setError(String error)
           
 void setErrorClass(String errorClass)
           
 void setErrorMessage(String errorMessage)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RimuHostingError

public RimuHostingError()
Method Detail

getErrorClass

public String getErrorClass()

setErrorClass

public void setErrorClass(String errorClass)

getErrorMessage

public String getErrorMessage()

setErrorMessage

public void setErrorMessage(String errorMessage)

getError

public String getError()

setError

public void setError(String error)


Copyright © 2009-2012 jclouds. All Rights Reserved.