com.atlassian.confluence.util.ajax
Class ErrorResponseException

java.lang.Object
  extended by java.lang.Throwable
      extended by com.atlassian.confluence.util.ajax.ErrorResponseException
All Implemented Interfaces:
java.io.Serializable

Deprecated. since 2.9 use normal control flow instead of exceptions.

public class ErrorResponseException
extends java.lang.Throwable

See Also:
AddLabelToEntityBean, Serialized Form

Constructor Summary
ErrorResponseException(java.lang.String message)
          Deprecated.  
 
Method Summary
 java.lang.String getMessage()
          Deprecated.  
 
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

ErrorResponseException

public ErrorResponseException(java.lang.String message)
Deprecated. 
Method Detail

getMessage

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


Copyright © 2003-2011 Atlassian. All Rights Reserved.