Package org.globus.gsi.stores
Class ResourceStoreException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.security.GeneralSecurityException
-
- org.globus.gsi.stores.ResourceStoreException
-
- All Implemented Interfaces:
java.io.Serializable
public class ResourceStoreException extends java.security.GeneralSecurityException
Created by IntelliJ IDEA. User: turtlebender Date: Dec 30, 2009 Time: 9:25:02 AM To change this template use File | Settings | File Templates.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResourceStoreException()
ResourceStoreException(java.lang.String s)
ResourceStoreException(java.lang.String s, java.lang.Throwable throwable)
ResourceStoreException(java.lang.Throwable throwable)
-
-
-
Constructor Detail
-
ResourceStoreException
public ResourceStoreException()
-
ResourceStoreException
public ResourceStoreException(java.lang.String s)
-
ResourceStoreException
public ResourceStoreException(java.lang.String s, java.lang.Throwable throwable)
-
ResourceStoreException
public ResourceStoreException(java.lang.Throwable throwable)
-
-