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

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

public class PhoneDoesNotExistException
extends SoundDetectorAPIException

See Also:
Serialized Form

Constructor Summary
PhoneDoesNotExistException(String phoneId)
           
 
Method Summary
 String getPhoneId()
           
 
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

PhoneDoesNotExistException

public PhoneDoesNotExistException(String phoneId)
Method Detail

getPhoneId

public String getPhoneId()


Copyright © 2012. All Rights Reserved.