biz.c24.api
Class LicenseExpiredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by biz.c24.api.LicenseException
              extended by biz.c24.api.LicenseExpiredException
All Implemented Interfaces:
Serializable

public class LicenseExpiredException
extends LicenseException

See Also:
Serialized Form

Constructor Summary
LicenseExpiredException(String msg)
           
LicenseExpiredException(String msg, boolean evaluation, String expiryDate, long expiryMillis)
           
 
Method Summary
 int daysSinceExpiry(int max)
           
 String getExpiryDate()
           
 long getExpiryMillis()
           
 boolean isEvaluation()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

LicenseExpiredException

public LicenseExpiredException(String msg)

LicenseExpiredException

public LicenseExpiredException(String msg,
                               boolean evaluation,
                               String expiryDate,
                               long expiryMillis)
Method Detail

daysSinceExpiry

public int daysSinceExpiry(int max)

isEvaluation

public boolean isEvaluation()

getExpiryDate

public String getExpiryDate()

getExpiryMillis

public long getExpiryMillis()


C24 Technologies © 2002-2012: All Rights Reserved.