se.vgregion.medcontrol.services
Class DeviationServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
DeviationServiceException(String message)
          Constructor that accepts the exception message string.
DeviationServiceException(String message, Throwable e)
          Constructor that accepts the exception message string and the exception object.
 
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

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.