com.ibm.websphere.client.applicationclient
Class NoMainClassException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.websphere.client.applicationclient.ClientContainerException
                    |
                    +--com.ibm.websphere.client.applicationclient.NoMainClassException
All Implemented Interfaces:
java.io.Serializable

public synchronized class NoMainClassException
extends ClientContainerException

See Also:
Serialized Form

Constructor Summary
NoMainClassException()
           
NoMainClassException(com.ibm.ejs.ras.TraceComponent, java.lang.String[])
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoMainClassException

public NoMainClassException()

NoMainClassException

public NoMainClassException(com.ibm.ejs.ras.TraceComponent,
                            java.lang.String[])