Package jetbrains.buildServer.groups
Class InvalidGroupKeyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jetbrains.buildServer.groups.UserGroupException
-
- jetbrains.buildServer.groups.InvalidGroupKeyException
-
- All Implemented Interfaces:
Serializable
public class InvalidGroupKeyException extends UserGroupException
- Author:
- Maxim Podkolzine (maxim.podkolzine@jetbrains.com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidGroupKeyException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidGroupKeyException
public InvalidGroupKeyException(String message)
-
-