nextgrid.api.env
Class SelectionException

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

public class SelectionException
extends ProcessException

Exception thrown during a selection process.

Author:
Rodrigo Ruiz
See Also:
Serialized Form

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

SelectionException

public SelectionException()
Creates a new instance.


SelectionException

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

Parameters:
msg - Descriptive message

SelectionException

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

Parameters:
cause - Exception cause

SelectionException

public SelectionException(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.