com.sas.drugdev.remote.sas
Class InvalidProcessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sas.drugdev.remote.sas.InvalidProcessException
All Implemented Interfaces:
java.io.Serializable

public class InvalidProcessException
extends java.lang.Exception

The InvalidProcessException is thrown when the user attempts to publish an SDD process and the type on the FileBean is not process. It can also be thrown if you call SASService.getProcessParameters(File), and the path of the process cannot be resolved.

See Also:
Serialized Form

Constructor Summary
InvalidProcessException()
          Null Constructor
InvalidProcessException(java.lang.String message)
          Construct the exception with a message
 
Method Summary
 
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
 

Constructor Detail

InvalidProcessException

public InvalidProcessException()
Null Constructor


InvalidProcessException

public InvalidProcessException(java.lang.String message)
Construct the exception with a message

Parameters:
message - The exception message