次の方法で共有


UserRightsExpiredException(boolean, String, Throwable) constructor

Initializes a new instance of the UserRightsExpiredException class with a default message and tag, a URI with flag, and the specified inner exception.

Signature

public UserRightsExpiredException(boolean isURIEmailAddress, String uri, Throwable e)

Parameters

Name Datatype Description
isURIEmailAddress
boolean
Is the following URI parameter an email address.
uri
String
e
Throwable
The inner exception.

Returns

UserRightsExpiredException

Defined in

UserRightsExpiredException.java