JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.util
Class RuntimeLicenseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.klg.jclass.util.RuntimeLicenseException
All Implemented Interfaces:
Serializable

public class RuntimeLicenseException
extends RuntimeException

This class extends RunTimeException to create license exceptions for serverside code.. These exceptions are thrown by JClassServerViews..

See Also:
Serialized Form

Constructor Summary
RuntimeLicenseException()
          void constructor
RuntimeLicenseException(String s)
          Message specifing constructor.
 
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

RuntimeLicenseException

public RuntimeLicenseException()
void constructor


RuntimeLicenseException

public RuntimeLicenseException(String s)
Message specifing constructor.

Parameters:
s - The message passed to the exception dialog.

Copyright © 2004 Quest Software Inc..
All rights reserved.