Package oracle.kv
Class NoSQLRuntimeException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- oracle.kv.NoSQLRuntimeException
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class NoSQLRuntimeException extends RuntimeException
Generic exception class for generating runtime exceptions whose messages are derived from a locale specific message file.- Since:
 - 2.0
 - See Also:
 - Serialized Form
 
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getMessage
public String getMessage()
- Overrides:
 getMessagein classThrowable
 
 - 
 
 -