Home
last modified time | relevance | path

Searched refs:INTERNAL_ERROR (Results 1 – 6 of 6) sorted by path

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DClientMsgManager.java102 ServiceLocationException.INTERNAL_ERROR, in newInstance()
126 ServiceLocationException.INTERNAL_ERROR, in newInstance()
H A DSLPServerHeaderV2.java241 hdr.errCode = ServiceLocationException.INTERNAL_ERROR; in makeErrorReply()
250 hdr.errCode = ServiceLocationException.INTERNAL_ERROR; in makeErrorReply()
H A DServiceLocationException.java117 static final short INTERNAL_ERROR = 10; field in ServiceLocationException
H A DTransact.java175 err != ServiceLocationException.INTERNAL_ERROR && in transactUA()
188 err != ServiceLocationException.INTERNAL_ERROR && in transactUA()
/illumos-gate/usr/src/lib/sun_fc/common/
H A DTrace.cc89 case INTERNAL_ERROR: in message()
H A DTrace.h85 message(INTERNAL_ERROR, msg); in internalError()
103 static const int INTERNAL_ERROR = 3; variable