com.atlassian.theplugin.commons.exception
Class IncorrectVersionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.theplugin.commons.exception.ThePluginException
              extended by com.atlassian.theplugin.commons.exception.IncorrectVersionException
All Implemented Interfaces:
java.io.Serializable

public class IncorrectVersionException
extends ThePluginException

Created by IntelliJ IDEA. User: lguminski Date: Mar 3, 2008 Time: 4:50:33 PM To change this template use File | Settings | File Templates.

See Also:
Serialized Form

Constructor Summary
IncorrectVersionException(java.lang.String message)
           
IncorrectVersionException(java.lang.String message, java.lang.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

IncorrectVersionException

public IncorrectVersionException(java.lang.String message,
                                 java.lang.Throwable throwable)

IncorrectVersionException

public IncorrectVersionException(java.lang.String message)


Copyright © 2008-2009 Atlassian Pty Ltd. All Rights Reserved.