You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Fred Preston (JIRA)" <ax...@ws.apache.org> on 2005/02/14 15:55:11 UTC

[jira] Created: (AXISCPP-433) Exception code returned by getExceptionCode

Exception code returned by getExceptionCode
-------------------------------------------

         Key: AXISCPP-433
         URL: http://issues.apache.org/jira/browse/AXISCPP-433
     Project: Axis-C++
        Type: Bug
  Components: Basic Architecture  
 Environment: n/a
    Reporter: Fred Preston


When an exception occurs, it may be caught by 'catch( AxisException& e)'.  If I then try to find the exception code using e.getExceptionCode(), I seem to be getting an error code of -858993460 (or 0xCCCCCCCC) which suggests that it is never being set.  This method should return the AxisException code number (i.e. A number between 0 and FAULT_LAST (72 at the current count)).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (AXISCPP-433) Exception code returned by getExceptionCode

Posted by "John Hawkins (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-433?page=history ]

John Hawkins reassigned AXISCPP-433:
------------------------------------

    Assign To: Mark Whitlock

> Exception code returned by getExceptionCode
> -------------------------------------------
>
>          Key: AXISCPP-433
>          URL: http://issues.apache.org/jira/browse/AXISCPP-433
>      Project: Axis-C++
>         Type: Bug
>   Components: Basic Architecture
>  Environment: n/a
>     Reporter: Fred Preston
>     Assignee: Mark Whitlock

>
> When an exception occurs, it may be caught by 'catch( AxisException& e)'.  If I then try to find the exception code using e.getExceptionCode(), I seem to be getting an error code of -858993460 (or 0xCCCCCCCC) which suggests that it is never being set.  This method should return the AxisException code number (i.e. A number between 0 and FAULT_LAST (72 at the current count)).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Closed: (AXISCPP-433) Exception code returned by getExceptionCode

Posted by "Mark Whitlock (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-433?page=history ]
     
Mark Whitlock closed AXISCPP-433:
---------------------------------

    Resolution: Fixed

I discussed this problem with Fred and we agreed that this problem has now been fixed by the new exception model.

> Exception code returned by getExceptionCode
> -------------------------------------------
>
>          Key: AXISCPP-433
>          URL: http://issues.apache.org/jira/browse/AXISCPP-433
>      Project: Axis-C++
>         Type: Bug
>   Components: Basic Architecture
>  Environment: n/a
>     Reporter: Fred Preston
>     Assignee: Mark Whitlock

>
> When an exception occurs, it may be caught by 'catch( AxisException& e)'.  If I then try to find the exception code using e.getExceptionCode(), I seem to be getting an error code of -858993460 (or 0xCCCCCCCC) which suggests that it is never being set.  This method should return the AxisException code number (i.e. A number between 0 and FAULT_LAST (72 at the current count)).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira