org.talend.esb.servicelocator.client
Class WrongArgumentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.talend.esb.servicelocator.client.ServiceLocatorException
              extended by org.talend.esb.servicelocator.client.WrongArgumentException
All Implemented Interfaces:
Serializable

public class WrongArgumentException
extends ServiceLocatorException

See Also:
Serialized Form

Constructor Summary
WrongArgumentException()
           
WrongArgumentException(String msg)
           
WrongArgumentException(String msg, Throwable cause)
           
WrongArgumentException(Throwable cause)
           
 
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

WrongArgumentException

public WrongArgumentException()

WrongArgumentException

public WrongArgumentException(String msg)

WrongArgumentException

public WrongArgumentException(Throwable cause)

WrongArgumentException

public WrongArgumentException(String msg,
                              Throwable cause)


Copyright © 2011–2014 Talend Inc.. All rights reserved.