org.apache.ode.utils
Class NSContext.NSContextException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.ode.utils.NSContext.NSContextException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
NSContext

public class NSContext.NSContextException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
NSContext.NSContextException(java.lang.String msg)
           
NSContext.NSContextException(java.lang.String msg, java.lang.Throwable cause)
           
 
Method Summary
 void setErrorMsg(java.lang.String errorMsg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

NSContext.NSContextException

public NSContext.NSContextException(java.lang.String msg,
                                    java.lang.Throwable cause)

NSContext.NSContextException

public NSContext.NSContextException(java.lang.String msg)
Method Detail

setErrorMsg

public void setErrorMsg(java.lang.String errorMsg)


Copyright © 2015 WSO2. All Rights Reserved.