Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.hq.product.servlet.client
Class ServerError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.hyperic.hq.product.servlet.client.ServerError
All Implemented Interfaces:
java.io.Serializable

public class ServerError
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
ServerError(int status, java.lang.String msg)
           
 
Method Summary
 java.lang.String getMessage()
           
 boolean isError()
           
 boolean isRedirect()
           
 boolean isSuccess()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

ServerError

public ServerError(int status,
                   java.lang.String msg)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable

isSuccess

public boolean isSuccess()

isRedirect

public boolean isRedirect()

isError

public boolean isError()

Hyperic HQ Plugin API v. 4.4.0.2

Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.