public class NoSuchPrincipalException extends UserDirectoryException
Constructor and Description |
---|
NoSuchPrincipalException()
Deprecated.
Please use a constructor that adds information about the non-existing principal.
|
NoSuchPrincipalException(java.lang.String message)
Deprecated.
Please use a constructor that adds information about the non-existing principal
|
NoSuchPrincipalException(java.lang.String message,
Guid guid,
java.lang.String name)
Constructs a NoSuchPrincipalException with the specified detail
message for the principal with the specified GUID and name.
|
NoSuchPrincipalException(java.lang.String message,
java.lang.String guid,
java.lang.String name)
Constructs a NoSuchPrincipalException with the specified detail
message for the principal with the specified GUID and name.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getGuid()
Returns the non-existing principal's GUID.
|
java.lang.String |
getName()
Returns the non-existing principal's name.
|
@Deprecated public NoSuchPrincipalException()
@Deprecated public NoSuchPrincipalException(java.lang.String message)
message
- the detail messagepublic NoSuchPrincipalException(java.lang.String message, java.lang.String guid, java.lang.String name)
message
- the detail messageguid
- the GUID of the missing principalname
- the name of the missing principalpublic NoSuchPrincipalException(java.lang.String message, Guid guid, java.lang.String name)
message
- the detail messageguid
- the GUID of the missing principalname
- the name of the missing principalCopyright © 2000-2020 TIBCO Software Inc. All Rights Reserved.