pl.edu.agh.cast.resource
Class ResourceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by pl.edu.agh.cast.resource.ResourceException
All Implemented Interfaces:
Serializable

public class ResourceException
extends Exception

An exception for all errors associated with resources.

Author:
AGH CAST Team
See Also:
Serialized Form

Constructor Summary
ResourceException()
          Constructor.
ResourceException(String msg)
          Constructor.
 
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

ResourceException

public ResourceException()
Constructor.


ResourceException

public ResourceException(String msg)
Constructor.

Parameters:
msg - exception message


Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.