fr.cnes.sirius.validate.parallel
Class ParallelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by fr.cnes.sirius.validate.parallel.ParallelException
All Implemented Interfaces:
Serializable

public class ParallelException
extends RuntimeException

Extends RuntimeException for this package.

Since:
1.2
Version:
$Id: ParallelException.java 6330 2012-09-21 07:07:07Z CardosoP $
Author:
cardosop
See Also:
Serialized Form
Concurrency :
not thread-safe
Concurrency comment :
extends RuntimeException

Constructor Summary
ParallelException(String message)
          Constructor with message.
ParallelException(String message, Throwable cause)
          Constructor with message and cause.
ParallelException(Throwable cause)
          Constructor with 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

ParallelException

public ParallelException(String message)
Constructor with message.

Parameters:
message - the message

ParallelException

public ParallelException(Throwable cause)
Constructor with cause.

Parameters:
cause - the cause

ParallelException

public ParallelException(String message,
                         Throwable cause)
Constructor with message and cause.

Parameters:
message - the message
cause - the cause


Copyright © 2016 CNES. All Rights Reserved.