Show:

This is general exception, which is thrown through Siminov APIs, if any exception occur while performing any tasks.

Methods

getClassName

()

Get exception class name.

Returns:

Exception Class Name.

getMethodName

()

Get method Name.

Returns:

Name Of Method.

setClassName

(
  • className
)

Set exception class name.

Parameters:

  • className Object

    Exception Class Name.

setMessage

(
  • message
)

Set message.

Parameters:

setMethodName

(
  • methodName
)

Set method Name.

Parameters:

  • methodName Object

    Name Of Method.