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:
Serializable

Deprecated.

@Deprecated
public class ApplicationException
extends Exception
implements Serializable

See Also:
Serialized Form

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

ApplicationException

public ApplicationException(Throwable t)
Deprecated. 

ApplicationException

public ApplicationException(String s,
                            Throwable t)
Deprecated. 


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