|
© 2003 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.bea.netuix.application.exception.NetuixException
|
+--com.bea.netuix.application.exception.ObjectInUseException
| Constructor Summary | |
ObjectInUseException()
Constructs an Exception with no specified detail message. |
|
ObjectInUseException(String s)
Constructs an Exception with the specified detail message. |
|
ObjectInUseException(String s,
Throwable cause)
Constructs an Exception with the specified detail message and causal exception. |
|
ObjectInUseException(Throwable cause)
Constructs an Exception with the specified causal exception. |
|
| 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 |
public ObjectInUseException()
Exception with no specified detail message.
public ObjectInUseException(String s)
Exception with the specified detail message.
s - The detail message
public ObjectInUseException(String s,
Throwable cause)
Exception with the specified detail message and causal exception.
s - The detail messagecause - The exception that caused this exception to be thrownpublic ObjectInUseException(Throwable cause)
Exception with the specified causal exception.
cause - The exception that caused this exception to be thrown
|
© 2003 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||