org.gcube.vremanagement.softwarerepository.exceptions
Class ProfileException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.gcube.vremanagement.softwarerepository.exceptions.ProfileException
All Implemented Interfaces:
java.io.Serializable

public class ProfileException
extends java.lang.Exception

Author:
Luca Frosini (ISTI-CNR)
See Also:
Serialized Form

Constructor Summary
ProfileException(java.lang.Throwable t)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProfileException

public ProfileException(java.lang.Throwable t)