ROSoapMissingRefTargeException

Overview

This exception indicates that the incoming SOAP message contains references to some entities but those entities are missing. The possible cause is the SOAP server error or data corruption.

Location


 

exception

Creates an exception instance with the default error message.

+ (ROSoapMissingRefTargeException *) exception

exceptionName    (declared in ROException)

+ (nonnull NSString *) exceptionName

exceptionWithMessage:    (declared in ROException)

+ (nonnull ROException *) exceptionWithMessage:(nonnull NSString *)aExceptionMessage

Parameters:

  • aExceptionMessage:

exceptionWithMessage:invalidCString:    (declared in ROSoapMessageValidityException)

Creates an exception instance specifying the invalid SOAP message part as C language string.

+ (ROSoapMessageValidityException *) exceptionWithMessage:(NSString *)aExceptionMessage invalidCString:(char *)aString

Parameters:

  • aExceptionMessage: A text message describing the error
  • aString: C language string containing the part of SOAP message that is invalid

fromServer  assign    (declared in ROException)

This flag is used to distinguish server side exceptions from client side ones. Set to YES for server side exceptions.

@property (assign) BOOL fromServer

initWithMessage:    (declared in ROException)

- (nullable instancetype) initWithMessage:(nonnull NSString *)aExceptionMessage

Parameters:

  • aExceptionMessage:

initWithMessage:fromServer:    (declared in ROException)

- (nullable instancetype) initWithMessage:(nonnull NSString *)aExceptionMessage fromServer:(BOOL)aFromServer

Parameters:

  • aExceptionMessage:
  • aFromServer:

initWithMessage:invalidCString:    (declared in ROSoapException)

- (InstanceType) initWithMessage:(NSString *)aExceptionMessage invalidCString:(char *)aString

Parameters:

  • aExceptionMessage:
  • aString:

initWithMessage:invalidNSString:    (declared in ROSoapException)

- (InstanceType) initWithMessage:(NSString *)aExceptionMessage invalidNSString:(NSString *)aString

Parameters:

  • aExceptionMessage:
  • aString:

invalidPart  copy    (declared in ROSoapException)

May contain a SOAP message part that is considered invalid. Will contain the entire message in certain cases.

@property (copy) NSString *invalidPart

serverStackTrace  copy    (declared in ROException)

@property (copy) nonnull NSString *serverStackTrace

 

fromServer  assign    (declared in ROException)

This flag is used to distinguish server side exceptions from client side ones. Set to YES for server side exceptions.

@property (assign) BOOL fromServer

invalidPart  copy    (declared in ROSoapException)

May contain a SOAP message part that is considered invalid. Will contain the entire message in certain cases.

@property (copy) NSString *invalidPart

serverStackTrace  copy    (declared in ROException)

@property (copy) nonnull NSString *serverStackTrace

 

exception

Creates an exception instance with the default error message.

+ (ROSoapMissingRefTargeException *) exception

exceptionName    (declared in ROException)

+ (nonnull NSString *) exceptionName

exceptionWithMessage:    (declared in ROException)

+ (nonnull ROException *) exceptionWithMessage:(nonnull NSString *)aExceptionMessage

Parameters:

  • aExceptionMessage:

exceptionWithMessage:invalidCString:    (declared in ROSoapMessageValidityException)

Creates an exception instance specifying the invalid SOAP message part as C language string.

+ (ROSoapMessageValidityException *) exceptionWithMessage:(NSString *)aExceptionMessage invalidCString:(char *)aString

Parameters:

  • aExceptionMessage: A text message describing the error
  • aString: C language string containing the part of SOAP message that is invalid

 

initWithMessage:    (declared in ROException)

- (nullable instancetype) initWithMessage:(nonnull NSString *)aExceptionMessage

Parameters:

  • aExceptionMessage:

initWithMessage:fromServer:    (declared in ROException)

- (nullable instancetype) initWithMessage:(nonnull NSString *)aExceptionMessage fromServer:(BOOL)aFromServer

Parameters:

  • aExceptionMessage:
  • aFromServer:

initWithMessage:invalidCString:    (declared in ROSoapException)

- (InstanceType) initWithMessage:(NSString *)aExceptionMessage invalidCString:(char *)aString

Parameters:

  • aExceptionMessage:
  • aString:

initWithMessage:invalidNSString:    (declared in ROSoapException)

- (InstanceType) initWithMessage:(NSString *)aExceptionMessage invalidNSString:(NSString *)aString

Parameters:

  • aExceptionMessage:
  • aString: