com.ibm.ftt.properties.zos
Class IllegalSystemException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.ftt.properties.zos.IllegalSystemException
All Implemented Interfaces:
Serializable

public class IllegalSystemException
extends Exception

This exception is thrown when a system parameter is specified but there is no ZOSSystemImage with a name that matches the system parameter.

See Also:
Serialized Form

Field Summary
static String COPY_RIGHT
           
 
Constructor Summary
IllegalSystemException(String system)
           
 
Method Summary
 String getSystem()
           
 

Field Detail

COPY_RIGHT

public static final String COPY_RIGHT
See Also:
Constant Field Values
Constructor Detail

IllegalSystemException

public IllegalSystemException(String system)
Method Detail

getSystem

public String getSystem()