com.atlassian.jira.appconsistency.integrity.exception
Class IntegrityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.jira.appconsistency.integrity.exception.IntegrityException
All Implemented Interfaces:
Serializable

public class IntegrityException
extends Exception

See Also:
Serialized Form

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

IntegrityException

public IntegrityException()

IntegrityException

public IntegrityException(String string)

IntegrityException

public IntegrityException(Throwable throwable)

IntegrityException

public IntegrityException(String string,
                          Throwable throwable)


Copyright © 2002-2013 Atlassian. All Rights Reserved.