org.apache.oltu.oauth2.common.exception
Class OAuthSystemException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.oltu.oauth2.common.exception.OAuthSystemException
All Implemented Interfaces:
Serializable

public class OAuthSystemException
extends Exception

See Also:
Serialized Form

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

OAuthSystemException

public OAuthSystemException()

OAuthSystemException

public OAuthSystemException(String s)

OAuthSystemException

public OAuthSystemException(Throwable throwable)

OAuthSystemException

public OAuthSystemException(String s,
                            Throwable throwable)


Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.