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