oracle.dmt.op.re.reexception
Class ArrayTooLargeException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--oracle.dmt.op.re.reexception.ArrayTooLargeException
- All Implemented Interfaces:
- Serializable
- public class ArrayTooLargeException
- extends Exception
Signals that an ArrayTooLargeException
of some sort has occurred.
- Since:
- 9.0.1
- See Also:
- Serialized Form
ArrayTooLargeException
public ArrayTooLargeException()
- Constructs an
ArrayTooLargeException
message without details.
- Since:
- 9.0.1
ArrayTooLargeException
public ArrayTooLargeException(String s)
- Constructs an
ArrayTooLargeException
message with details.
- Parameters:
s
- the detailed message- Since:
- 9.0.1