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

Constructor Summary
LicenseException()
           
LicenseException(String s)
           
LicenseException(String s, Throwable t)
           
LicenseException(Throwable t)
           
 
Method Summary
 Throwable getTargetException()
          原因となった例外オブジェクトを取得します。
 String toString()
           
 
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
 

Constructor Detail

LicenseException

public LicenseException()

LicenseException

public LicenseException(String s)

LicenseException

public LicenseException(Throwable t)

LicenseException

public LicenseException(String s,
                        Throwable t)
Method Detail

getTargetException

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

toString

public String toString()
Overrides:
toString in class Throwable