Namespace: OpenEdge.DataAdmin.Error
Class
UnsupportedOperationError
Parent classes:
Inherits: OpenEdge.DataAdmin.Error.DataAdminError

/* Copyright (c) 2010,2012 by progress Software Corporation
/*
/* all rights reserved. no part of this program or document
/* may be reproduced in any form or by any means without
/* permission in writing from progress Software Corporation.
Purpose:Unsupported operation error should be thrown when an operation
is not supported, implying that it may be supported in the future
There is also an IllegalOperationError, which is slightly
stronger/sticter and should be thrown when a method cannot be
called for example due to the state of the object
Author(s):hdaniels
Created:Sun Jul 04 09:07:13 EDT 2010
Purpose:
Notes:



Constructor Summary
Options Name Purpose
UnsupportedOperationError ()
UnsupportedOperationError (character)
UnsupportedOperationError (character, Error)

Property Summary
Options Name Purpose
INTEGER HTTPErrorNum
Inherited from OpenEdge.DataAdmin.Error.DataAdminError
Progress.Lang.Error InnerError
Inherited from OpenEdge.DataAdmin.Error.DataAdminError


Constructor Detail
Top

PUBLIC UnsupportedOperationError ()

Top

PUBLIC UnsupportedOperationError (character)

Parameters:
msg CHARACTER
Top

PUBLIC UnsupportedOperationError (character, Error)

Purpose:
Notes:
Parameters:
msg CHARACTER
e Progress.Lang.Error


Property Detail
Top

PUBLIC INTEGER HTTPErrorNum

Inherited from OpenEdge.DataAdmin.Error.DataAdminError
Returns INTEGER
Top

PUBLIC Progress.Lang.Error InnerError

Inherited from OpenEdge.DataAdmin.Error.DataAdminError
Returns Progress.Lang.Error


Copyright © 2020 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 12.2.0