NetKernel APIs


org.ten60.netkernel.layer1.nkf
Class NKFException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ten60.netkernel.util.NetKernelException
              extended byorg.ten60.netkernel.layer1.nkf.NKFException
All Implemented Interfaces:
IXMLException, Serializable

public class NKFException
extends NetKernelException

Wrapper around NetkernelException, might be thrown when issuing subrequests from interfaces in this package

See Also:
Serialized Form

Constructor Summary
NKFException(String aMessage)
          Creates a new instance of NKFException
NKFException(String aId, String aMessage, String aRequestId)
          Creates a new instance of NKFException
 
Methods inherited from class com.ten60.netkernel.util.NetKernelException
addCause, appendXML, getCause, getDeepestId, getDeepestMessage, getId, setTraceDepth, toString, writeThrowable
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NKFException

public NKFException(String aMessage)
Creates a new instance of NKFException


NKFException

public NKFException(String aId,
                    String aMessage,
                    String aRequestId)
Creates a new instance of NKFException


NetKernel APIs


Copyright © 2002-2004 1060 Research Ltd. All Rights Reserved.