com.atlassian.confluence.license.exception
Class MissingConfluenceLicenseValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.atlassian.confluence.license.exception.LicenseException
                  extended by com.atlassian.confluence.license.exception.LicenseValidationException
                      extended by com.atlassian.confluence.license.exception.MissingConfluenceLicenseValidationException
All Implemented Interfaces:
java.io.Serializable

public class MissingConfluenceLicenseValidationException
extends LicenseValidationException

See Also:
Serialized Form

Constructor Summary
MissingConfluenceLicenseValidationException(java.lang.Iterable<com.atlassian.extras.api.ProductLicense> otherProductLicenses)
           
 
Method Summary
 java.lang.Iterable<com.atlassian.extras.api.ProductLicense> getOtherProductLicenses()
           
 
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

MissingConfluenceLicenseValidationException

public MissingConfluenceLicenseValidationException(java.lang.Iterable<com.atlassian.extras.api.ProductLicense> otherProductLicenses)
Method Detail

getOtherProductLicenses

public java.lang.Iterable<com.atlassian.extras.api.ProductLicense> getOtherProductLicenses()


Copyright © 2003-2014 Atlassian. All Rights Reserved.