com.atlassian.bamboo.migration.exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BambooImportException
public BambooImportException(String message)
BambooImportException
public BambooImportException(String message,
Throwable cause)
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
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.