jcifs.dcerpc.ndr
Class NdrException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by jcifs.dcerpc.ndr.NdrException
All Implemented Interfaces:
java.io.Serializable

public class NdrException
extends java.io.IOException

See Also:
Serialized Form

Field Summary
static java.lang.String INVALID_CONFORMANCE
           
static java.lang.String NO_NULL_REF
           
 
Constructor Summary
NdrException(java.lang.String msg)
           
 
Method Summary
 
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
 

Field Detail

NO_NULL_REF

public static final java.lang.String NO_NULL_REF
See Also:
Constant Field Values

INVALID_CONFORMANCE

public static final java.lang.String INVALID_CONFORMANCE
See Also:
Constant Field Values
Constructor Detail

NdrException

public NdrException(java.lang.String msg)