org.rhq.enterprise.server.rest.domain
Class RHQErrorWrapper

java.lang.Object
  extended by org.rhq.enterprise.server.rest.domain.RHQErrorWrapper

public class RHQErrorWrapper
extends Object

Wrapper for Exceptions

Author:
Heiko W. Rupp

Constructor Summary
RHQErrorWrapper()
           
RHQErrorWrapper(String message)
           
 
Method Summary
 String getMessage()
           
 void setMessage(String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RHQErrorWrapper

public RHQErrorWrapper(String message)

RHQErrorWrapper

public RHQErrorWrapper()
Method Detail

getMessage

public String getMessage()

setMessage

public void setMessage(String message)


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.