com.atlassian.jira.issue.fields.layout.column
Class ColumnLayoutStorageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.jira.issue.fields.layout.column.ColumnLayoutStorageException
All Implemented Interfaces:
Serializable

@PublicApi
public class ColumnLayoutStorageException
extends Exception

See Also:
Serialized Form

Constructor Summary
ColumnLayoutStorageException()
           
ColumnLayoutStorageException(String string)
           
ColumnLayoutStorageException(String string, Throwable throwable)
           
ColumnLayoutStorageException(Throwable throwable)
           
 
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

ColumnLayoutStorageException

public ColumnLayoutStorageException()

ColumnLayoutStorageException

public ColumnLayoutStorageException(String string)

ColumnLayoutStorageException

public ColumnLayoutStorageException(Throwable throwable)

ColumnLayoutStorageException

public ColumnLayoutStorageException(String string,
                                    Throwable throwable)


Copyright © 2002-2014 Atlassian. All Rights Reserved.