IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.appprofile
Class IllegalTaskNameException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.websphere.appprofile.IllegalTaskNameException
All Implemented Interfaces:
java.io.Serializable

public class IllegalTaskNameException
extends java.lang.Exception

The IllegalTaskNameException is thrown when a) a string passed to TaskNameManager.setName(String taskName) that has not been configured properly in the deployment descriptor; b) a null reference is passed to TaskNameManager.setName(String taskName)

See Also:
Serialized Form

Constructor Summary
IllegalTaskNameException()
          Default constructor; calls super()
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalTaskNameException

public IllegalTaskNameException()
Default constructor; calls super()


IBM WebSphere Application ServerTM
Release 7