com.dtolabs.rundeck.core.authentication
Class PromptCancelledException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.dtolabs.rundeck.core.authentication.UserInfoException
                  extended by com.dtolabs.rundeck.core.authentication.PromptCancelledException
All Implemented Interfaces:
java.io.Serializable

public class PromptCancelledException
extends UserInfoException

PromptCancelledException is thrown when the user cancels the login prompt.

See Also:
Serialized Form

Constructor Summary
PromptCancelledException()
           
PromptCancelledException(java.lang.Exception cause)
           
PromptCancelledException(java.lang.String msg)
           
PromptCancelledException(java.lang.String msg, java.lang.Exception 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

PromptCancelledException

public PromptCancelledException()

PromptCancelledException

public PromptCancelledException(java.lang.String msg)

PromptCancelledException

public PromptCancelledException(java.lang.Exception cause)

PromptCancelledException

public PromptCancelledException(java.lang.String msg,
                                java.lang.Exception cause)