com.nimbusds.openid.connect.sdk
Class ClaimsRequestException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.nimbusds.openid.connect.sdk.ClaimsRequestException
All Implemented Interfaces:
Serializable

public class ClaimsRequestException
extends Exception

Claims request exception.

Version:
$version$ (2013-01-21)
Author:
Vladimir Dzhuvinov
See Also:
Serialized Form

Constructor Summary
ClaimsRequestException(String message)
          Creates a new claims request exception with the specified message.
 
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

ClaimsRequestException

public ClaimsRequestException(String message)
Creates a new claims request exception with the specified message.

Parameters:
message - The message.


Copyright © 2013 NimbusDS. All Rights Reserved.