org.rhq.enterprise.server.legacy.common
Class ApplicationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.rhq.enterprise.server.legacy.common.ApplicationException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
FeatureUnavailableException, PlatformLimitException

Deprecated.

@Deprecated
public class ApplicationException
extends java.lang.Exception
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ApplicationException()
          Deprecated.  
ApplicationException(java.lang.String s)
          Deprecated.  
ApplicationException(java.lang.String s, java.lang.Throwable t)
          Deprecated.  
ApplicationException(java.lang.Throwable t)
          Deprecated.  
 
Method Summary
 
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

ApplicationException

public ApplicationException()
Deprecated. 

ApplicationException

public ApplicationException(java.lang.String s)
Deprecated. 

ApplicationException

public ApplicationException(java.lang.Throwable t)
Deprecated. 

ApplicationException

public ApplicationException(java.lang.String s,
                            java.lang.Throwable t)
Deprecated. 


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