org.objectweb.jonas_lib.genclientstub
Class ClientStubGenException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.jonas_lib.genbase.GenBaseException
              extended byorg.objectweb.jonas_lib.genclientstub.ClientStubGenException
All Implemented Interfaces:
java.io.Serializable

public class ClientStubGenException
extends GenBaseException

This class represents the exception that can be throwned by the ClientStubGen tool.

Author:
Florent Benoit
See Also:
Serialized Form

Constructor Summary
ClientStubGenException()
          Constructs a ClientStubGenException with no specified detail message.
ClientStubGenException(java.lang.Exception inner)
          Constructs an ClientStubGenException with the specified detail message.
ClientStubGenException(java.lang.String msg)
          Constructs an ClientStubGenException with the specified detail message.
ClientStubGenException(java.lang.String msg, java.lang.Exception inner)
          Constructs an ClientStubGenException with the specified detail message.
 
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

ClientStubGenException

public ClientStubGenException()
Constructs a ClientStubGenException with no specified detail message.


ClientStubGenException

public ClientStubGenException(java.lang.String msg)
Constructs an ClientStubGenException with the specified detail message.

Parameters:
msg - Error message

ClientStubGenException

public ClientStubGenException(java.lang.Exception inner)
Constructs an ClientStubGenException with the specified detail message.

Parameters:
inner - Cause Exception to wrap

ClientStubGenException

public ClientStubGenException(java.lang.String msg,
                              java.lang.Exception inner)
Constructs an ClientStubGenException with the specified detail message.

Parameters:
msg - Error message
inner - Cause Exception to wrap