Namespace: OpenEdge.DataAdmin.Error
Type: 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)

Constructor Detail
Top

UnsupportedOperationError ()

Top

UnsupportedOperationError (character)

Parameters:
msg CHARACTER
 
Top

UnsupportedOperationError (character, Error)

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