Class LicenseContentException

  • All Implemented Interfaces:
    java.io.Serializable

    public class LicenseContentException
    extends java.lang.Exception
    Thrown if validating a license certificate fails.
    Version:
    $Id$
    Author:
    Christian Schlichtherle
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      LicenseContentException​(java.lang.String resourceKey)
      Constructs an instance of LicenseContentException with the given resourceKey to lookup the localized detail message with.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLocalizedMessage()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, 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

      • LicenseContentException

        public LicenseContentException​(java.lang.String resourceKey)
        Constructs an instance of LicenseContentException with the given resourceKey to lookup the localized detail message with.
        Parameters:
        resourceKey - The key to use to lookup the localized detail message when getLocalizedMessage() is called - may not be null.
    • Method Detail

      • getLocalizedMessage

        public java.lang.String getLocalizedMessage()
        Overrides:
        getLocalizedMessage in class java.lang.Throwable