Namespace: OpenEdge.DataAdmin.Error
Type: Class IllegalOperationError
Parent Classes:
Inherits: OpenEdge.DataAdmin.Error.DataAdminError


/* Copyright (c) 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:Illegal operation should be thrown when a method cannot be called,
for example due to the state of the object
This is different than IllegalArgumentError, which should be used
when there is something wrong with the arguments.
This is also different than UnsupportedOperationError, which
implies it could be supported in the future.
Author(s):hdaniels
Created:Jul 2012



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

Constructor Detail
Top

IllegalOperationError (character)

Parameters:
pmsg CHARACTER
 
Top

IllegalOperationError (character, Error)

Parameters:
pmsg CHARACTER
 
e Progress.Lang.Error