class |
AllocationFailedException |
AllocationFailedException is a checked exception thrown when an an attempt to allocate a dataset fails.
|
class |
DataSetAccessException |
DataSetAccessException is a checked exception thrown when an attempt to perform an action on a dataset fails
because the associated z/OS host credentials do not have access authority for that dataset.
|
class |
DataSetExistsException |
DataSetExistsException is a checked exception thrown when an an attempt to allocate a dataset fails because the dataset
already exists.
|
class |
DataSetInUseException |
DataSetInUseException is a checked exception thrown when an attempt to perform an action on a dataset fails
because it is in use.
|
class |
DataSetMigratedException |
DataSetMigratedException is a checked exception thrown when an attempt to perform an action on a dataset fails
because the dataset is migrated.
|
class |
DataSetNotFoundException |
DataSetNotFoundException is a checked exception thrown when an an attempt to perform an action on a dataset
fails because the dataset does not exist.
|
class |
DataSetOutOfSpaceException |
DataSetOutOfSpaceException is a checked exception thrown when an attempt to perform an action on a dataset fails because the
dataset is out of space.
|
class |
DefinitionFailedException |
DefinitionFailedException is a checked exception thrown when an an attempt to define a generation data group fails.
|
class |
GenerationDataGroupExistsException |
GenerationDataGroupExistsException is a checked exception thrown when an an attempt to define a generation data group fails
because the generation data group (or a like-named dataset) already exists.
|
class |
GenerationDataGroupNotFoundException |
GenerationDataGroupNotFoundException is a checked exception thrown when an an attempt to perform an action on a generation
data group fails because the generation data group does not exist.
|
class |
MemberAlreadyExistsException |
MemberAlreadyExistsException is a checked exception thrown when attempting to create a PDS member that already exists.
|
class |
MemberInUseException |
MemberInUseException is a checked exception thrown when an attempt to perform an action on a partitioned dataset member
fails because it is in use.
|
class |
MemberNotFoundException |
MemberNotFoundException is a checked exception thrown when an an attempt to perform an action on a member fails
because the member does not exist.
|