Class OAuthRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.oltu.oauth2.common.exception.OAuthRuntimeException
All Implemented Interfaces:
Serializable

public class OAuthRuntimeException extends RuntimeException
See Also:
  • Constructor Details

    • OAuthRuntimeException

      public OAuthRuntimeException()
    • OAuthRuntimeException

      public OAuthRuntimeException(String message)
    • OAuthRuntimeException

      public OAuthRuntimeException(String message, Throwable cause)
    • OAuthRuntimeException

      public OAuthRuntimeException(Throwable cause)