atg.integrations
Class InvalidInputException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
atg.core.exception.ContainerException
              
atg.integrations.CommandInvocationException
                  
atg.integrations.InvalidInputException
- All Implemented Interfaces: 
 - ContainableException, java.io.Serializable
 
public class InvalidInputException
- extends CommandInvocationException
 
Exception used to indicate invalid input to a RPC command execution.
- See Also:
 CommandInvocationException, 
Serialized Form
 
 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
CLASS_VERSION
public static java.lang.String CLASS_VERSION
InvalidInputException
public InvalidInputException()
- Default constructor.
 
InvalidInputException
public InvalidInputException(java.lang.String pStr)
- Constructor which takes String input.
 
InvalidInputException
public InvalidInputException(java.lang.Throwable pSourceException)
- Constructor that takes another exception to wrap it.
 
InvalidInputException
public InvalidInputException(java.lang.String pStr,
                             java.lang.Throwable pSourceException)
- Constructor that takes another exception to wrap it, and also String.