com.bea.jvm
Class NotAvailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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.
 
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

NotAvailableException

public NotAvailableException()
Constructor.


NotAvailableException

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

Parameters:
msg - the exception message.


Copyright © 2006 BEA Systems Inc.