com.atlassian.bamboo.repository
Class RepositoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.bamboo.repository.RepositoryException
- All Implemented Interfaces:
- Serializable
public class RepositoryException
- extends Exception
This class types repository errors.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RepositoryException
public RepositoryException(String message)
- Create an exception containing the message
- Parameters:
message
- The error message
RepositoryException
public RepositoryException(String message,
Throwable cause)
- Create an exception containing the message and root cause
- Parameters:
message
- The error messagecause
- The root cause
Copyright © 2006 Atlassian Software Systems. All Rights Reserved.