com.atlassian.bamboo.migration.exception
Class BambooImportException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.bamboo.migration.exception.BambooImportException
- All Implemented Interfaces:
- java.io.Serializable
public class BambooImportException
- extends java.lang.Exception
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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 messageinputCursor
- location where error has occurred
Copyright © 2011 Atlassian. All Rights Reserved.