public class InvalidRoleException extends InvalidDirectoryEntityException
Use for SOAP only. Class exists strictly to maintain Crowd 2.0.x compatibility. Use the exception classes in com.atlassian.crowd.exception instead.
Constructor and Description |
---|
InvalidRoleException() |
InvalidRoleException(DirectoryEntity group,
String message) |
InvalidRoleException(DirectoryEntity group,
String message,
Throwable cause) |
InvalidRoleException(DirectoryEntity group,
Throwable cause) |
getEntity, setEntity
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidRoleException()
public InvalidRoleException(DirectoryEntity group, Throwable cause)
public InvalidRoleException(DirectoryEntity group, String message)
public InvalidRoleException(DirectoryEntity group, String message, Throwable cause)
Copyright © 2021 Atlassian. All rights reserved.