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