nextgrid.api.env
Class PriorityException

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

public class PriorityException
extends ProcessException

Exception thrown during a prioritisation process.

Author:
Rodrigo Ruiz
See Also:
Serialized Form

Constructor Summary
PriorityException(java.lang.String message)
          Creates a new instance.
PriorityException(java.lang.String message, java.lang.Throwable t)
          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

PriorityException

public PriorityException(java.lang.String message)
Creates a new instance.

Parameters:
message - The message

PriorityException

public PriorityException(java.lang.String message,
                         java.lang.Throwable t)
Creates a new instance.

Parameters:
message - The message
t - The source throwable


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