com.webct.platform.sdk.exceptions
Class SDKIllegalArgumentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.rmi.RemoteException
                  extended by org.apache.axis.AxisFault
                      extended by com.webct.platform.sdk.exceptions.SDKRemoteException
                          extended by com.webct.platform.sdk.exceptions.SDKIllegalArgumentException
All Implemented Interfaces:
java.io.Serializable

public class SDKIllegalArgumentException
extends SDKRemoteException

SDKIllegalArgumentException is the exception generated by Assessment service if one or more arguments are incorrect.

See Also:
Serialized Form

Field Summary
static javax.xml.namespace.QName XML_SER_FAULT_CODE
          Fault code for illegal argument exception
static java.lang.String XML_SER_FAULT_STRING
          Message for illegal argument exception
 
Fields inherited from class com.webct.platform.sdk.exceptions.SDKRemoteException
ARG_INFO, argInfo, EXCEPTION_CLASS, exceptionClass, message, messageID, NESTED_EXCEPTION_ARG_INFO, NESTED_EXCEPTION_CLASS, NESTED_EXCEPTION_MESSAGE, NESTED_EXCEPTION_MESSAGE_ID, NESTED_EXCEPTION_STRING_REPRESENTATION, nestedExceptionsDetails, NUMBER_OF_NESTED_EXCEPTIONS
 
Fields inherited from class org.apache.axis.AxisFault
faultActor, faultCode, faultDetails, faultString, log
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
SDKIllegalArgumentException()
          Constructor of SDKIllegalArgumentException
SDKIllegalArgumentException(java.lang.String message)
          Constructor of SDKIllegalArgumentException
SDKIllegalArgumentException(java.lang.String message, java.lang.String details)
          Constructor of SDKIllegalArgumentException
SDKIllegalArgumentException(java.lang.String message, java.lang.Throwable ex)
          Constructor of SDKIllegalArgumentException
SDKIllegalArgumentException(java.lang.Throwable ex)
          Constructor of SDKIllegalArgumentException
 
Method Summary
 
Methods inherited from class com.webct.platform.sdk.exceptions.SDKRemoteException
addFaultDetail, getArgInfo, getExceptionClass, getMessage, getMessageID, getNestedExceptionArgInfo, getNestedExceptionClass, getNestedExceptionDetails, getNestedExceptionMessage, getNestedExceptionMessageID, getNestedExceptionStringRepresentation, getNumberOfNestedExceptions, getStringValue, setArgInfo, setExceptionClass, setMessage, setMessageID, setNestedExceptionDetails, setThrowable
 
Methods inherited from class org.apache.axis.AxisFault
addFaultDetailString, dump, dumpToString, getFaultActor, getFaultCode, getFaultDetails, getFaultString, makeFault, output, printStackTrace, printStackTrace, setFaultActor, setFaultCode, setFaultCode, setFaultDetail, setFaultDetailString, setFaultString, toString
 
Methods inherited from class java.rmi.RemoteException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

XML_SER_FAULT_CODE

public static final javax.xml.namespace.QName XML_SER_FAULT_CODE
Description copied from class: SDKIllegalArgumentException
Fault code for illegal argument exception


XML_SER_FAULT_STRING

public static final java.lang.String XML_SER_FAULT_STRING
Description copied from class: SDKIllegalArgumentException
Message for illegal argument exception

See Also:
Constant Field Values
Constructor Detail

SDKIllegalArgumentException

public SDKIllegalArgumentException()
Constructor of SDKIllegalArgumentException


SDKIllegalArgumentException

public SDKIllegalArgumentException(java.lang.String message)
Constructor of SDKIllegalArgumentException

Parameters:
message - The custom error message

SDKIllegalArgumentException

public SDKIllegalArgumentException(java.lang.String message,
                                   java.lang.String details)
Constructor of SDKIllegalArgumentException

Parameters:
message - The custom error message
details - The additional information about message

SDKIllegalArgumentException

public SDKIllegalArgumentException(java.lang.Throwable ex)
Constructor of SDKIllegalArgumentException

Parameters:
ex - Underlying java exception

SDKIllegalArgumentException

public SDKIllegalArgumentException(java.lang.String message,
                                   java.lang.Throwable ex)
Constructor of SDKIllegalArgumentException

Parameters:
message - The custom error message
ex - Underlying java exception


Copyright © 2000-2004 WebCT Corp. All Rights Reserved.