Package org.sam.server.context
Class ResourcesNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.sam.server.context.ResourcesNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class ResourcesNotFoundException extends java.lang.RuntimeException
요청된 정적 자원을 찾을 수 없을 시 발생한다.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResourcesNotFoundException(java.lang.String filename)
-