Package jetbrains.buildServer.serverSide
Class ProjectNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jetbrains.buildServer.serverSide.ProjectNotFoundException
-
- All Implemented Interfaces:
Serializable
public class ProjectNotFoundException extends RuntimeException
- Author:
- Pavel.Sher Date: 16.05.2006
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProjectNotFoundException(String message)
ProjectNotFoundException(String message, AccessDeniedException e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ProjectNotFoundException
public ProjectNotFoundException(String message)
-
ProjectNotFoundException
public ProjectNotFoundException(String message, AccessDeniedException e)
-
-