Oracle NoSQL Database
version 11gR2.2.0.26

oracle.kv
Class NoSQLRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
NoSQLRuntimeException(oracle.kv.util.ErrorMessage messageKey)
           
NoSQLRuntimeException(oracle.kv.util.ErrorMessage messageKey, Object... args)
           
 
Method Summary
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

NoSQLRuntimeException

public NoSQLRuntimeException(oracle.kv.util.ErrorMessage messageKey)

NoSQLRuntimeException

public NoSQLRuntimeException(oracle.kv.util.ErrorMessage messageKey,
                             Object... args)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

Oracle NoSQL Database
version 11gR2.2.0.26

Copyright (c) 2011, 2013 Oracle and/or its affiliates. All rights reserved.