public class

LicensingException

extends InfrastructureException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.atlassian.core.exception.InfrastructureException
           ↳ bucket.user.LicensingException

Class Overview

Thrown when something goes wrong because the license doesn't extend that far.

Summary

Public Constructors
LicensingException(String msg)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public LicensingException (String msg)