Class RepositoryAlreadyExistsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.guvnor.structure.repositories.RepositoryAlreadyExistsException
-
- All Implemented Interfaces:
Serializable
@Portable public class RepositoryAlreadyExistsException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RepositoryAlreadyExistsException()RepositoryAlreadyExistsException(String alias)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RepositoryAlreadyExistsException
public RepositoryAlreadyExistsException()
-
RepositoryAlreadyExistsException
public RepositoryAlreadyExistsException(String alias)
-
-