Searched refs:InternalError (Results 1 - 11 of 11) sorted by relevance

/osnet-11/usr/src/lib/sun_fc/common/
H A DInternalError.cc47 InternalError::InternalError(string message) : HBAException(HBA_STATUS_ERROR) { function in class:InternalError
48 Trace log("InternalError::InternalError(string)");
56 InternalError::InternalError() : HBAException(HBA_STATUS_ERROR) { function in class:InternalError
57 Trace log("InternalError::InternalError()");
H A DExceptions.h225 class InternalError : public HBAException { class in inherits:HBAException
227 InternalError();
228 InternalError(std::string message);
H A DHBANPIVPort.cc112 throw InternalError("Unable to find controller path");
H A DHBAPort.cc89 throw InternalError();
249 throw InternalError("Unable to find controller path");
258 throw InternalError("HBA NPIV Port count exceeds max number of ports");
H A DHBA.cc54 * @exception Throws InternalError when the HBA port count exceeds
67 throw InternalError("HBA Port count exceeds max number of ports");
H A DTgtFCHBA.cc332 throw InternalError(
H A DFCHBAPort.cc732 throw InternalError();
974 throw InternalError();
1171 throw InternalError();
H A DFCHBA.cc453 throw InternalError(
H A DTgtFCHBAPort.cc437 throw InternalError();
/osnet-11/usr/src/lib/sun_fc/
H A DMakefile.com35 InternalError.o \
/osnet-11/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DDNSSD.java521 throw new InternalError( "cannot instantiate DNSSD" + e );
586 throw new InternalError( "cannot instantiate DNSSD: " + new AppleDNSSDException( libInitResult).getMessage());

Completed in 33 milliseconds