com.infoteria.asteria.license
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:
- Serialized Form
Methods inherited from class java.lang.Throwable |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
LicenseException
public LicenseException()
LicenseException
public LicenseException(String s)
LicenseException
public LicenseException(Throwable t)
LicenseException
public LicenseException(String s,
Throwable t)
getTargetException
public Throwable getTargetException()
- 原因となった例外オブジェクトを取得します。
- Returns:
- 例外オブジェクト
toString
public String toString()
- Overrides:
toString
in class Throwable