edu.washington.cs.sounddetector.server.api.exception
Class SoundDetectorInternalErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.washington.cs.sounddetector.server.api.exception.SoundDetectorInternalErrorException
All Implemented Interfaces:
Serializable

public class SoundDetectorInternalErrorException
extends Exception

Exception for when the server encounters an unexpected error that it does not know how to deal with.

Author:
the.dylan.price@gmail.com
See Also:
Serialized Form

Constructor Summary
SoundDetectorInternalErrorException()
           
SoundDetectorInternalErrorException(String message)
           
SoundDetectorInternalErrorException(String message, Throwable throwable)
           
SoundDetectorInternalErrorException(Throwable throwable)
           
 
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

SoundDetectorInternalErrorException

public SoundDetectorInternalErrorException()

SoundDetectorInternalErrorException

public SoundDetectorInternalErrorException(String message)

SoundDetectorInternalErrorException

public SoundDetectorInternalErrorException(Throwable throwable)

SoundDetectorInternalErrorException

public SoundDetectorInternalErrorException(String message,
                                           Throwable throwable)


Copyright © 2012. All Rights Reserved.