be.unamur.inference.web.exception
Class SessionBuildException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by be.unamur.inference.web.exception.SessionBuildException
All Implemented Interfaces:
Serializable

public class SessionBuildException
extends Exception

This exception represents an error occuring the building of the sessions.

Author:
Xavier Devroey - xavier.devroey@unamur.be
See Also:
Serialized Form

Constructor Summary
SessionBuildException(String message)
          Creates a new SessionBuildException.
SessionBuildException(String message, Exception cause)
          Creates a new SessionBuildException.
 
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

SessionBuildException

public SessionBuildException(String message)
Creates a new SessionBuildException.

Parameters:
message - The error message of the exception.

SessionBuildException

public SessionBuildException(String message,
                             Exception cause)
Creates a new SessionBuildException.

Parameters:
message - The error message of the exception.
cause - The cause of the exception.


Copyright © 2014 PReCISE, University of Namur. All rights reserved.