se.vgregion.medcontrol.services
Class DeviationServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
se.vgregion.medcontrol.services.DeviationServiceException
- All Implemented Interfaces:
- Serializable
public class DeviationServiceException
- extends RuntimeException
Exception class to show runtime exceptions from DeviationService.
- Author:
- David Bennehult, Anders Bergkvist
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DeviationServiceException
public DeviationServiceException(String message)
- Constructor that accepts the exception message string.
- Parameters:
message
- String message, explaining the error.
DeviationServiceException
public DeviationServiceException(String message,
Throwable e)
- Constructor that accepts the exception message string and the exception object.
- Parameters:
message
- String message, explaining the error.e
- The error object
Copyright © 2010. All Rights Reserved.