Class BambooImportException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.atlassian.bamboo.migration.exception.BambooMigrationException
-
- com.atlassian.bamboo.migration.exception.BambooImportException
-
- All Implemented Interfaces:
Serializable
public class BambooImportException extends BambooMigrationException
Specialized exception type to be thrown by import mappers- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BambooImportException(String message)
BambooImportException(String message, Throwable cause)
BambooImportException(String message, org.codehaus.staxmate.in.SMInputCursor inputCursor)
Create exception for logical errors while parsing XML input stream.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
BambooImportException
public BambooImportException(String message)
-
BambooImportException
public BambooImportException(String message, org.codehaus.staxmate.in.SMInputCursor inputCursor)
Create exception for logical errors while parsing XML input stream.- Parameters:
message
- error messageinputCursor
- location where error has occurred
-
-