com.atlassian.confluence.license.exception
Class KnownConfluenceLicenseValidationException

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
                          extended by com.atlassian.confluence.license.exception.KnownConfluenceLicenseValidationException
All Implemented Interfaces:
Serializable

public class KnownConfluenceLicenseValidationException
extends ConfluenceLicenseValidationException

Indicates problems with (parts of) the ConfluenceLicense.

See Also:
Serialized Form

Nested Class Summary
static class KnownConfluenceLicenseValidationException.Reason
           
 
Constructor Summary
KnownConfluenceLicenseValidationException(com.atlassian.extras.api.confluence.ConfluenceLicense license, KnownConfluenceLicenseValidationException.Reason reason)
           
KnownConfluenceLicenseValidationException(String message, com.atlassian.extras.api.confluence.ConfluenceLicense license, KnownConfluenceLicenseValidationException.Reason reason)
           
 
Method Summary
 KnownConfluenceLicenseValidationException.Reason reason()
           
 
Methods inherited from class com.atlassian.confluence.license.exception.ConfluenceLicenseValidationException
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

KnownConfluenceLicenseValidationException

public KnownConfluenceLicenseValidationException(com.atlassian.extras.api.confluence.ConfluenceLicense license,
                                                 KnownConfluenceLicenseValidationException.Reason reason)

KnownConfluenceLicenseValidationException

public KnownConfluenceLicenseValidationException(String message,
                                                 com.atlassian.extras.api.confluence.ConfluenceLicense license,
                                                 KnownConfluenceLicenseValidationException.Reason reason)
Method Detail

reason

public KnownConfluenceLicenseValidationException.Reason reason()
Returns:
the reason for the validation failure


Copyright © 2003-2012 Atlassian. All Rights Reserved.