public class InvalidGroupException 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 |
|---|
InvalidGroupException() |
InvalidGroupException(DirectoryEntity group,
String message) |
InvalidGroupException(DirectoryEntity group,
String message,
Throwable cause) |
InvalidGroupException(DirectoryEntity group,
Throwable cause) |
getEntity, setEntityaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidGroupException()
public InvalidGroupException(DirectoryEntity group, Throwable cause)
public InvalidGroupException(DirectoryEntity group, String message)
public InvalidGroupException(DirectoryEntity group, String message, Throwable cause)
Copyright © 2016 Atlassian. All Rights Reserved.