org.nnsoft.sameas4j
Class SameAsServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.nnsoft.sameas4j.SameAsServiceException
- All Implemented Interfaces:
- Serializable
public final class SameAsServiceException
- extends Exception
Raised when an error occurs within SameAsService.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SameAsServiceException
public SameAsServiceException(String message)
- Constructs a new SameAsServiceException with the specified detail message.
- Parameters:
message - the specified detail message.
SameAsServiceException
public SameAsServiceException(String message,
Exception e)
- Constructs a new exception with the specified detail message and cause.
- Parameters:
message - the specified detail message.e - the specified detail cause.
Copyright © 2009-2012 99 Software Foundation. All Rights Reserved.