edu.washington.cs.sounddetector.server.api.exception
Class SoundDetectorInternalErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.