LicenseError Class

com.bea.p13n.license
LicenseError Class

public class LicenseError

    extends Error

Error thrown when a license check fails.


Hierarchy
Object
  Throwable
    Error
      LicenseError
All Implemented Interfaces

Serializable

Constructor Summary

LicenseError(String message)

 

Method Summary

 
Methods from  java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

LicenseError

public LicenseError(String message)