net.chaosserver.jtunes.playlist.io
Class CopyException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.chaosserver.jtunes.playlist.io.CopyException
All Implemented Interfaces:
Serializable

public class CopyException
extends Exception

Indicates an error copying a file.

See Also:
Serialized Form

Constructor Summary
CopyException(String s)
          Constructions a new exception.
CopyException(String s, Throwable t)
          Constructions a new exception.
 
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

CopyException

public CopyException(String s)
Constructions a new exception.

Parameters:
s - description

CopyException

public CopyException(String s,
                     Throwable t)
Constructions a new exception.

Parameters:
s - description
t - cause


Copyright ?? 20030801