nextgrid.api.env
Class STSFailureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by nextgrid.api.pom.ProcessException
              extended by nextgrid.api.env.STSFailureException
All Implemented Interfaces:
java.io.Serializable

public class STSFailureException
extends ProcessException

Exception thrown during a security token retrieval process.

Author:
Rodrigo Ruiz, Nikolaos Matskanis
See Also:
Serialized Form

Constructor Summary
STSFailureException()
          Creates a new instance.
STSFailureException(java.lang.String msg)
          Creates a new instance.
STSFailureException(java.lang.String msg, java.lang.Throwable cause)
          Creates a new instance.
STSFailureException(java.lang.Throwable cause)
          Creates a new instance.
 
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

STSFailureException

public STSFailureException()
Creates a new instance.


STSFailureException

public STSFailureException(java.lang.String msg)
Creates a new instance.

Parameters:
msg - Descriptive message

STSFailureException

public STSFailureException(java.lang.Throwable cause)
Creates a new instance.

Parameters:
cause - Exception cause

STSFailureException

public STSFailureException(java.lang.String msg,
                           java.lang.Throwable cause)
Creates a new instance.

Parameters:
msg - Descriptive message
cause - Exception cause


Copyright © 2006-2008 Grid Systems, S.A.. All Rights Reserved.