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()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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()