com.jrockit.mc.rjmx.proxy
Class LicenseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.jrockit.mc.rjmx.proxy.LicenseException
All Implemented Interfaces:
java.io.Serializable

public final class LicenseException
extends java.lang.Exception

API neutral exception for when a sufficent license could either not be found or has expired.

Author:
mpersson
See Also:
Serialized Form

Constructor Summary
LicenseException(java.lang.String message)
          Constructor.
LicenseException(java.lang.Throwable cause)
          Constructor.
 
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

LicenseException

public LicenseException(java.lang.String message)
Constructor.

Parameters:
message - the exception message.

LicenseException

public LicenseException(java.lang.Throwable cause)
Constructor.

Parameters:
cause - the cause.


Copyright © 1999, 2011, Oracle and/or its affiliates. All rights reserved.