org.apache.stratos.tenant.register.stub
Class GenerateRandomCaptchaExceptionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.stratos.tenant.register.stub.GenerateRandomCaptchaExceptionException
All Implemented Interfaces:
Serializable

public class GenerateRandomCaptchaExceptionException
extends Exception

See Also:
Serialized Form

Constructor Summary
GenerateRandomCaptchaExceptionException()
           
GenerateRandomCaptchaExceptionException(String s)
           
GenerateRandomCaptchaExceptionException(String s, Throwable ex)
           
GenerateRandomCaptchaExceptionException(Throwable cause)
           
 
Method Summary
 GenerateRandomCaptchaException getFaultMessage()
           
 void setFaultMessage(GenerateRandomCaptchaException msg)
           
 
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

GenerateRandomCaptchaExceptionException

public GenerateRandomCaptchaExceptionException()

GenerateRandomCaptchaExceptionException

public GenerateRandomCaptchaExceptionException(String s)

GenerateRandomCaptchaExceptionException

public GenerateRandomCaptchaExceptionException(String s,
                                               Throwable ex)

GenerateRandomCaptchaExceptionException

public GenerateRandomCaptchaExceptionException(Throwable cause)
Method Detail

setFaultMessage

public void setFaultMessage(GenerateRandomCaptchaException msg)

getFaultMessage

public GenerateRandomCaptchaException getFaultMessage()


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.