com.bea.jvm
Class NotAvailableException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.bea.jvm.NotAvailableException
All Implemented Interfaces:
java.io.Serializable

public class NotAvailableException
extends java.lang.RuntimeException

Exception thrown when a certain feature isn't currently available in this JVM.

Author:
Calle Wilund, Marcus Hirt
See Also:
Serialized Form

Constructor Summary
NotAvailableException()
          Constructor.
NotAvailableException(java.lang.String msg)
          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

NotAvailableException

public NotAvailableException()
Constructor.


NotAvailableException

public NotAvailableException(java.lang.String msg)
Constructor.

Parameters:
msg - the exception message.