Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


oracle.ide.exception
Class SingletonClassException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.ide.exception.SingletonClassException

All Implemented Interfaces:
java.io.Serializable

public class SingletonClassException
extends java.lang.Exception

SingletonClassException exception class is thrown when a singleton class is instantiated more than once.

See Also:
Serialized Form

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

SingletonClassException

public SingletonClassException(java.lang.String clazz)
Constructor.
Parameters:
clazz - the singleton class instantiated more than once.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


Copyright © 1997, 2012, Oracle. All rights reserved.