demo.org.powermock.examples.tutorial.domainmocking.domain
Class SampleServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
demo.org.powermock.examples.tutorial.domainmocking.domain.SampleServiceException
- All Implemented Interfaces:
- Serializable
public class SampleServiceException
- extends RuntimeException
A simple exception that's thrown when an error occurs when executing a method
in the SampleService.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SampleServiceException
public SampleServiceException(String description,
Throwable cause)
SampleServiceException
public SampleServiceException(String description)
Copyright © 2007-2012. All Rights Reserved.