org.apache.amber.oauth2.client.demo.exception
Class ApplicationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.amber.oauth2.client.demo.exception.ApplicationException
All Implemented Interfaces:
Serializable

public class ApplicationException
extends Exception

See Also:
Serialized Form

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

ApplicationException

public ApplicationException(String s)

ApplicationException

public ApplicationException(String s,
                            Throwable throwable)

ApplicationException

public ApplicationException(Throwable throwable)


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.