Class LicenseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.infoteria.asteria.license.LicenseException
All Implemented Interfaces:
Serializable

public class LicenseException extends Exception
ライセンスがないことを示すためにスローされます。
See Also:
  • Constructor Details

    • LicenseException

      public LicenseException()
    • LicenseException

      public LicenseException(String s)
    • LicenseException

      public LicenseException(Throwable t)
    • LicenseException

      public LicenseException(String s, Throwable t)
  • Method Details

    • getTargetException

      public Throwable getTargetException()
      原因となった例外オブジェクトを取得します。
      Returns:
      例外オブジェクト
    • toString

      public String toString()
      Overrides:
      toString in class Throwable