nextgrid.api.pom
Class ProcessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by nextgrid.api.pom.ProcessException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DiscoveryException, ExpressionException, PriorityException, SelectionException, STSFailureException

public class ProcessException
extends java.lang.Exception

Type description.

Author:
Rodrigo Ruiz
See Also:
Serialized Form

Constructor Summary
ProcessException()
          Creates an instance.
ProcessException(java.lang.String message)
          Creates an instance.
ProcessException(java.lang.String message, java.lang.Throwable cause)
          Creates an instance.
ProcessException(java.lang.Throwable cause)
          Creates an 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

ProcessException

public ProcessException()
Creates an instance.


ProcessException

public ProcessException(java.lang.String message)
Creates an instance.

Parameters:
message - The exception message

ProcessException

public ProcessException(java.lang.Throwable cause)
Creates an instance.

Parameters:
cause - The cause

ProcessException

public ProcessException(java.lang.String message,
                        java.lang.Throwable cause)
Creates an instance.

Parameters:
message - The exception message
cause - The cause


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