com.atlassian.confluence.license.exception
Class ConfluenceLicenseValidationException

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.ConfluenceLicenseValidationException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
KnownConfluenceLicenseValidationException

public class ConfluenceLicenseValidationException
extends LicenseValidationException

See Also:
Serialized Form

Constructor Summary
ConfluenceLicenseValidationException(java.lang.String message, com.atlassian.extras.api.confluence.ConfluenceLicense license)
           
 
Method Summary
 com.atlassian.extras.api.confluence.ConfluenceLicense getLicense()
           
 
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

ConfluenceLicenseValidationException

public ConfluenceLicenseValidationException(java.lang.String message,
                                            com.atlassian.extras.api.confluence.ConfluenceLicense license)
Method Detail

getLicense

public com.atlassian.extras.api.confluence.ConfluenceLicense getLicense()


Copyright © 2003-2014 Atlassian. All Rights Reserved.