org.pscode.ui.license
Class UnlicensedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.SecurityException
                  extended by org.pscode.ui.license.UnlicensedException
All Implemented Interfaces:
Serializable

public class UnlicensedException
extends SecurityException

See Also:
Serialized Form

Constructor Summary
UnlicensedException(String message)
           
 
Method Summary
 
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

UnlicensedException

public UnlicensedException(String message)