com.infoteria.asteria.license
Class LicenseException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.infoteria.asteria.license.LicenseException
- All Implemented Interfaces:
- java.io.Serializable
- public class LicenseException
- extends java.lang.Exception
ライセンスがないことを示すためにスローされます。
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LicenseException
public LicenseException()
LicenseException
public LicenseException(java.lang.String s)
LicenseException
public LicenseException(java.lang.Throwable t)
LicenseException
public LicenseException(java.lang.String s,
java.lang.Throwable t)
getTargetException
public java.lang.Throwable getTargetException()
- 原因となった例外オブジェクトを取得します。
- Returns:
- 例外オブジェクト
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Throwable