com.atlassian.bamboo.migration.exception
Class BambooImportException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.bamboo.migration.exception.BambooMigrationException
              extended by com.atlassian.bamboo.migration.exception.BambooImportException
All Implemented Interfaces:
java.io.Serializable

public class BambooImportException
extends BambooMigrationException

Specialized exception type to be thrown by import mappers

See Also:
Serialized Form

Constructor Summary
BambooImportException(java.lang.String message)
           
BambooImportException(java.lang.String message, org.codehaus.staxmate.in.SMInputCursor inputCursor)
          Create exception for logical errors while parsing XML input stream.
BambooImportException(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BambooImportException

public BambooImportException(java.lang.String message)

BambooImportException

public BambooImportException(java.lang.String message,
                             java.lang.Throwable cause)

BambooImportException

public BambooImportException(java.lang.String message,
                             org.codehaus.staxmate.in.SMInputCursor inputCursor)
Create exception for logical errors while parsing XML input stream.

Parameters:
message - error message
inputCursor - location where error has occurred


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.