org.nnsoft.sameas4j
Class SameAsServiceException

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

Constructor Summary
SameAsServiceException(String message)
          Constructs a new SameAsServiceException with the specified detail message.
SameAsServiceException(String message, Exception e)
          Constructs a new exception with the specified detail message and cause.
 
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

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.