be.unamur.inference.web.exception
Class SessionBuildException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.