Package jetbrains.buildServer.serverSide
Class InvalidIdentifierException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- jetbrains.buildServer.serverSide.InvalidIdentifierException
-
- All Implemented Interfaces:
Serializable
public class InvalidIdentifierException extends IllegalArgumentException
Thrown when the given string identifier doesn't meet some rules.- Since:
- 8.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidIdentifierException(String message, String invalidIdentifier)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getInvalidIdentifier()
Returns the identifier that is invalid.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getInvalidIdentifier
@Nullable public String getInvalidIdentifier()
Returns the identifier that is invalid.- Returns:
- the invalid identifier.
-
-